How do I modify Eclipse's library.path?

2019-07-28 03:29发布

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条回答
Animai°情兽
2楼-- · 2019-07-28 03:38
-Djava.library.path=" something"...

or you can simply add -Djava.library.path=yourPath to the eclipse.ini.

查看更多
登录 后发表回答