Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
673 views
in Technique[技术] by (71.8m points)

java - How to remove error Picked up _JAVA_OPTIONS: -Xmx512M?

In java program, When I try to compile some code it creates an error I get this message:

Picked up _JAVA_OPTIONS: -Xmx512M

what type of error is this the page Suppressing the "Picked up _JAVA_OPTIONS" message
cannot solve problem ,how to change system variable in windows 7 ??

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Go to my computer and right click on top of that and click on properties, a new window will open like below.

enter image description here

then click on advanced system setting

enter image description here

then click on environment variable and delete _JAVA_OPTIONS from user variable and then try again.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...