Originally posted by: SystemAdmin
Hey,
Thanks for the reply. So to run these programs, what I do is first I compile the files with:
javac -classpath jogl.jar *.java
then I run it with
java -Djava.library.path="./" program.class
So are you saying I cannot link the library when I invoke java... to run the program? How then do I link it beforehand?
Thanks a lot for the help,
Kartik.
#AIX-Forum