Using *.so files with eclipse
Hey there
I'm having a little problem compiling an application which uses *.so files with eclipse:
If I run eclipse from the directory in which the *.so files are present, the application will run.
However, if I run eclipse from any other directory , the applicationwon't run, stating that the *.so were not found.
I've placed the path to the directory on my $PATH , and tried to add the following line to the VM variables in the RUN menu:
-Djava.class.path=<directory _name>
but to no avail..
Any ideas?
Thank You!
Message was edited by:
Yossale

