Bonjour tout le monde !
Je vous explique rapidement mon probleme.
J'ai un programme a faire en java pour mes cours (c'est un casse brique), j'ai commencé a le faire a mon bahu ou ils ont fedora core 4. La bas tout marche bien.
Quand je ramene les sources chez moi pour continuer mon programme, j'ai cette erreur au lancement du programme :
Exception in thread "Thread-4" java.lang.ClassCastException
at f.do (Unknown Source)
at e.for (Unknown Source)
at e.run (Unknown Source)
at java.lang.Thread.run (Thread.java:709)
at java.lang.VMThread.callRun (VMThread.java:119)
at java.lang.Thread.callRun (Thread.java:397)
at java.lang.VirtualMachine.runThread (VirtualMachine.java:137)
Exception during event dispatch:
java.lang.ClassCastException
at f.do (Unknown Source)
at e.mouseMoved (Unknown Source)
at java.awt.Component.processMouseMotionEvent (Component.java:3078)
at java.awt.Component.processEvent (Component.java:2909)
at java.awt.Container.processEvent (Container.java:841)
at java.awt.Component.dispatchEventImpl (Component.java:4767)
at java.awt.Container.dispatchEventImpl (Container.java:1539)
at java.awt.Component.dispatchEvent (Component.java:2276)
at java.awt.LightweightDispatcher.handleEvent (Container.java:1997)
at java.awt.Container.dispatchEventImpl (Container.java:1528)
at java.awt.Window.dispatchEventImpl (Window.java:621)
at java.awt.Component.dispatchEvent (Component.java:2276)
at java.awt.EventQueue.dispatchEvent (EventQueue.java:517)
at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)
at java.lang.VMThread.callRun (VMThread.java:119)
at java.lang.Thread.callRun (Thread.java:397)
at java.lang.VirtualMachine.runThread (VirtualMachine.java:137)
Apparament il manque quelque chose sur ma machine !
mais je ne m'y connais pas du tout. Est ce que vous pourreiz m'aider ?
Merci d'avance !