View Single Post
Old 05-09-2004, 04:02 PM   #185
Vacendik
A Fire Beetle
 
Join Date: Sep 2002
Posts: 3
Default Re: error message

Quote:
Originally posted by Otoole
C:\unzipped\fiddle_0_7_3>java -jar fiddle.jar
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/JDOMExceptio
n
at com.barbre.fiddle.menus.InterfaceMenu.<init>(InterfaceMenu.java:34)
at com.barbre.fiddle.MainMenu.<init>(MainMenu.java:25)
at com.barbre.fiddle.Fiddle.setupFrame(Fiddle.java:11 7)
at com.barbre.fiddle.Fiddle.init(Fiddle.java:69)
at com.barbre.fiddle.Fiddle.getInstance(Fiddle.java:5 6)
at com.barbre.fiddle.Fiddle.main(Fiddle.java:174)



That's all I get to see, plus the neato opening screen.


Otoole I had the same issue. This is from Ambros site. Worked for me.

Q: I keep getting this error in the DOS window:

Exception in thread "main" java lang.noclasdeffounderr: org/jdom/jdomeexception
at com.barbre.fiddle.menus.interfacemenu.<int>{interfacemenu.java:34)
at com.barbre.fiddle.mainmenu.<int> (mainmenu.java:25
at com.barbre.fiddle.fiddle.setupframe(fiddle.java:15 3)
at com.barbre.fiddle.fiddle.int(fiddle.java:65)
at com.barbre.fiddle.fiddle.getinstance(fiddle.java:5 2)
at com.barbre.fiddle.fiddle.main(fiddle.java:165)

A: You must have the 0.7.* runtime libraries installed in the same directory as Fiddle. Download the runtime files and unzip them into your fiddle directory.

Hope this helps!
Vacendik is offline   Reply With Quote