Tuomas,
Yes the client did run. I went back to 1.3.1_02.
For comparison here is part of the output with 1.3.1_02:
Main exiting - on to the events..
java.lang.ClassNotFoundException: org.gzigzag.ZZDrawingJ2D
java.lang.ClassNotFoundException: org.gzigzag.ZZDrawingJ2D
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.gzigzag.ZZDrawing.createInstance(ZZDrawing.java:69)
at org.gzigzag.ZZDrawing.<clinit>(ZZDrawing.java:59)
at org.gzigzag.ZZUpdateManager.run(ZZUpdateManager.java:169)
at java.lang.Thread.run(Unknown Source)
Graphics2D found but support not compiled in.
Lewis
-----Original Message-----
From: Tuomas Lukka [mailto:lukka@xxxxxxxxxx]
Sent: Thursday, 4 April 2002 4:38 PM
To: Lewis Neal (EPA)
Cc: 'zzdev@xxxxxxxxxx'
Subject: Re: [zzdev] jre 1.4.0 query
> I have just installed and run gzz with jre 1.4.0 beta installed.
> here is the output:
> C:\BATCH>java.exe -jar c:\progra~1\gzigzag\gzigzag-0.6.3-with-modules.jar
> cellscrollfile
> java.lang.ClassNotFoundException: org.gzigzag.ZZDrawingJ2D
> java.lang.ClassNotFoundException: org.gzigzag.ZZDrawingJ2D
> at java.net.URLClassLoader$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> Graphics2D found but support not compiled in.
...
> end.
> This is very different than the output I get with jre1.3.1_02. Are ther any
> tips on using the 1.4.0 beta?
Not yet, I haven't used it with gzz yet.
The ZZDrawingJ2D stack trace is not relevant. Did the client actually run?
Tuomas