From: Alex A. <a.a...@ol...> - 2003-04-17 15:30:38
|
Hi Agili Kais, I downloaded the Tennis app. I use the following line to start the code (jre instead of jdk) to make = it work fine. > c:\[path to my jdk]\jre\bin\java -cp . Game Note: I don't use any preset path. Setting Infos: I use to put GL4Java Java Libraries into the JDK directory structure=20 (I don't want to mess with Windows or other OSs): > c:\[path to my jdk]\jre\lib\ext\gl4java-glffonts.jar > c:\[path to my jdk]\jre\lib\ext\gl4java-glutfonts.jar > c:\[path to my jdk]\jre\lib\ext\gl4java.jar > c:\[path to my jdk]\jre\lib\ext\png.jar Note: the ext dir is the standard dir for jdk extensions library, it = seem more clean to put extra jars here...=20 and most of all: java finds them always. If you redistribute your software with embedded JRE you will find this = way very useful. And finally I use to put GL4Java OS related libraries (DLLs in this = case) into: > c:\[path to my jdk]\jre\bin\GL4JavaGljMSJDirect.dll > c:\[path to my jdk]\jre\bin\GL4JavaJauGljJNI.dll =20 > c:\[path to my jdk]\jre\bin\GL4JavaJauGljJNI12.dll=20 > c:\[path to my jdk]\jre\bin\GL4JavaJauGljJNI13.dll=20 > c:\[path to my jdk]\jre\bin\GL4JavaJauGljJNI14.dll=20 It works for all my projects in JDK1.3 & JDK1.4. Sorry 4 my english... I'm Italian, so I invite everyone to write in = english (or pseudo like me) into this newsletter. Alex Alessandra |