From: Gary S. <gi...@st...> - 2003-04-09 12:53:17
|
Assuming you can roughly predict that someone is using a given setup is it possible to pack GL4Java with a program? Looking at it you need the .dll (or .so) that matches the java version (1.4 in this case) and the GL4Java jar files. From that is it possible just to provide the .dll and jars in a zip with the program and someone launching your program will hopefully have it running *if* the enviroment and class path reference "." and the jar files are in the class path (for example if you use another jar with extensions). Many thanks, Gary |