How do I modify Eclipse's library.path?
Asked Answered
S

1

1

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!!

Subclimax answered 26/10, 2012 at 17:59 Comment(0)
S
0
-Djava.library.path=" something"...

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

Skantze answered 26/10, 2012 at 18:2 Comment(6)
Hi, Ravindra: I actually tried this one many times before posting my question... In short, it does not work... Your suggestion is perfect when doing straight java, but in eclipse it does not work for some reason. feels to me that eclipse is ignoring the command you are suggesting... Any other ideas? thanks!!Subclimax
@JavaFan:Window-> Preferences-> Java-> Installed JREsSkantze
@JavaFan: goto above menu & changeSkantze
I also tried this as well before... it does not work... Putting the -Djava.library.path = in there does not alter anything in the configuration window at HELP//ABOUT ECLIPSE//INSTALLATION DETAILS//CONFIGURATION tab(window)... perhaps there are other methods that need to be invoked?Subclimax
@JavaFan: Did you put this option after -vmargs?Merrileemerrili
yes I tried this, and does not appear to propagate across of the plugins, for example, BIRT. do you have any suggestions?Subclimax

© 2022 - 2024 — McMap. All rights reserved.