问题
I have rather perhaps general question... I am using Eclipse as my IDE... When I go to ->HELP ->ABOUT ECLIPSE SDK ->INSTALLATION DETAILS ->CONFIGURATION, I see the line entries: -Djava.class.path=C:\Eclipse\etc... and java.library.path=C:\Eclipse\etc...
I have two questions on this... 1) What does -Djava.class.path mean in the context of ECLIPSE environment? 2) How do I alter/modify java.library.path option for eclipse, so that the changes that I make are visible in the eclipse's configuration window under HELP menu as outlined above?
Thank you!!
回答1:
-Djava.library.path=" something"...
or you can simply add -Djava.library.path=yourPath
to the eclipse.ini.
来源:https://stackoverflow.com/questions/13092003/how-do-i-modify-eclipses-library-path