Eclipse RCP setting classpath from workspace
Posted
by
English Learner
on Stack Overflow
See other posts from Stack Overflow
or by English Learner
Published on 2013-11-02T05:45:58Z
Indexed on
2013/11/03
9:54 UTC
Read the original article
Hit count: 355
I am working one Eclipse RCP project where I have got one situation that I wanted to set classpath at runtime. So initially, I can set the classpath
from project\lib\sample.jar
file in order to avoid the compilation error. But once the Eclipse RCP application started, and click one update button, a new sample.jar
file would be generated at workspace. Now I wanted to update the classpath for newly generated sample.jar
from workspace. Which is the best option for setting such a runtime classpath ?
© Stack Overflow or respective owner