From: Max G. <gi...@li...> - 2001-04-21 11:02:37
|
Steelman wrote: >Help. I have read and reread the documents. Can anyone tell me the file >directory set up to make GL4Java work? > Any directory that is in your CLASSPATH. That what it is for. Or you can use 'java -classpath<path_to_jar_file> MyApp' if you don't want/can't set CLASSPATH.Of course in both cases you need to put native libraries (.so/.dll) in directory where system can find it (default directories or those specified in PATH). HTH, Max |