How do I modify Eclipse's library.path?

旧街凉风 提交于 2019-12-11 12:46:20

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!