ubuntu - Set Eclipse to follow system classpath -
ubuntu - Set Eclipse to follow system classpath -
in ubuntu set-up, if echo $classpath
, like
.:/usr/import/fannj-0.4.jar:/usr/import/ij.jar:/usr/import/javacpp.jar
which allows me compile, via command line, classes using, say, library ij. however, if utilize library ij in eclipse project, i'd "import cannot resolved" error. while know how add together ij build path of project, it'd still nice if eclipse followed plain command-line calls javac
(namely, readily link ij , other libraries). there way this?
(note: managed jars classpath modifying .bashrc export in /usr/import---a directory created additional java libs---to scheme classpath.)
thanks suggestions!
you don't want since impossible work on newer version of library while it's installed on system. want level of command on what's in project's classpath.
eclipse ubuntu classpath
Comments
Post a Comment