How do I modify Eclipse's library.path?

1.7k Views Asked by At

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

There are 1 best solutions below

6
On
-Djava.library.path=" something"...

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