View Single Post
  #1 (permalink)  
Old 11-21-2005
kovacm kovacm is offline
Registered User
 
Name: Michal Kovac
Organization: Charles University in Prague
Project: Ferda Data Mining
 
Join Date: Jan 2005
Posts: 60
IceGridGui start - ClassNotFoundException

When I execute IceGridGui on my WindowsXP:

Code:
java -jar IceGridGUI.jar

java.lang.ClassNotFoundException: com.jgoodies.looks.plastic.PlasticXPLookAndFeel Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Ice/Local
Exception
        at IceGrid.AdminGUI.<init>(AdminGUI.java:96)
        at IceGrid.AdminGUI.createAndShowGUI(AdminGUI.java:147)
        at IceGrid.AdminGUI.access$000(AdminGUI.java:29)
        at IceGrid.AdminGUI$1.run(AdminGUI.java:74)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
I have on my computer JRE 5.0 Update 5.
Reply With Quote