Messages of subject
Testing PJA on Windows |
amit
Location : Boston
Member since : Jun 16, 2003
Messages : 11
|
Jun 18, 2003 at 7:47 PM
Im trying to test PJA on windows to prove to the powers that be that it actually works. Right now, I keep getting the same error:
Could not find class: com.eteks.java2d.PJAGraphicsEnvironment.
This is my java command line arguments:
java -Xmx800M -Xbootclasspath/a:C:/share/pja_2.4/lib/pja.jar
-Dawt.toolkit=com.eteks.awt.PJAToolkit
-Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment
-Djava2d.font.usePlatformFont=false
-Djava.awt.fonts=C:/jdk1.3.1_07/jre/lib/fonts
-Duser.home=C:/share/pja_2.4/lib/font.properties
I'm running JDK1.3.1 and Tomcat 4.1.18
Any help would be appreciated.
Thanks,
Amit
|
Manu
Location : Paris / France
Member since : Apr 29, 2003
Messages : 394
|
Jun 18, 2003 at 11:51 PM
The last option should be a directory that contains a subdirectory lib with the font.properties file in it. So that option should be -Duser.home=C:/share/pja_2.4/ instead of -Duser.home=C:/share/pja_2.4/lib/font.properties
How did you specify the java options that should be used by Tomcat and what program did you test ? --- Manu (moderator/modérateur)
|