Andrew Pinski wrote:


On Aug 31, 2005, at 12:14 PM, David Gilbert wrote:

Could this have caused the problem I'm now seeing with running the Swing demo:

$ jamvm -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -classpath examples.zip gnu.classpath.examples.swing.Demo
Cannot create system class loader
Exception occured while printing exception (java/lang/RuntimeException)...
Original exception was java/lang/ExceptionInInitializerError

If I unzip the examples.zip archive and run the demo using the .class files, it works OK.

This just started happening today.


This has been happening to me since I downloaded jamvm and classpath.

-- Pinski

Thanks for confirming that it is not just me. I can get the demo to run by unzipping examples.zip and typing:

[EMAIL PROTECTED] ~/classpath-cvs/classpath/examples $ jamvm -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -classpath . gnu.classpath.examples.swing.Demo

Regards,

Dave


Reply via email to