How to change Eclipse library.path?

I most likely have a general question ... I use Eclipse as my IDE ... When I go -> HELP β†’ About ECLIPSE SDK β†’ INSTALLATION DETAILS β†’ CONFIGURATION, I see the lines: -Djava.class.path = C: \ Eclipse, \ etc ... as well as java.library.path = C: \ Eclipse \ etc ...

I have two questions about this ... 1) What does -Djava.class.path mean in the context of the ECLIPSE environment? 2) How to change / change the java.library.path parameter for eclipse so that the changes I make are visible in the eclipse configuration window in the HELP menu as described above?

Thanks!

+1
source share
1 answer
-Djava.library.path=" something"... 

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

0
source

Source: https://habr.com/ru/post/892586/


All Articles