From: Kenneth B. R. <kbr...@al...> - 2002-10-25 06:52:17
|
> Thanks Kenneth, but I was trying to run the program with the following = > prompt: > > d:\jdk\bin\java -classpath = > d:\jdk\bin\java;D:\GL4Java\libGL4Java2.8.2.0-Win32-x86 Lesson2 > > where D:\GL4Java\libGL4Java2.8.2.0-Win32-x86 is the location of the = > GL4JavaJauGljJNI14.dll=20 This directory either needs to be on your PATH environment variable or specified via -Djava.library.path. CLASSPATH specifies the locations of .class files or jars. |