Bonjour,

Lorsque je run mon programme java, j'ai cette exception qui m'embête :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
run:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at cleanfiles.RetagMp3.ReadMp3(RetagMp3.java:209)
        at cleanfiles.RetagMp3.ReadInfoAlbum(RetagMp3.java:98)
        at cleanfiles.RetagMp3.RetagAlbum(RetagMp3.java:80)
        at cleanfiles.RetagMp3.RetagAllAlbums(RetagMp3.java:65)
        at cleanfiles.RenameMp3.jbtRetagMp3MouseClicked(RenameMp3.java:163)
        at cleanfiles.RenameMp3.access$100(RenameMp3.java:18)
        at cleanfiles.RenameMp3$2.mouseClicked(RenameMp3.java:82)
        at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
        at java.awt.Component.processMouseEvent(Component.java:6266)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
        at java.awt.Component.processEvent(Component.java:6028)
        at java.awt.Container.processEvent(Container.java:2041)
        at java.awt.Component.dispatchEventImpl(Component.java:4630)
        at java.awt.Container.dispatchEventImpl(Container.java:2099)
        at java.awt.Component.dispatchEvent(Component.java:4460)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4247)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
        at java.awt.Container.dispatchEventImpl(Container.java:2085)
        at java.awt.Window.dispatchEventImpl(Window.java:2475)
        at java.awt.Component.dispatchEvent(Component.java:4460)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Je ne sais pas du tout par ou commencer tellement il y a de lignes...

Si quelque peut éclairé ma lanterne ou directement peut me dire de quoi vient le problème...

Je vous remercie d'avance!!!

++