NoClassDefFoundError with MSJVM but not with Sun's JVM
From: NB (nej_at_tak.dk)
Date: 07/30/04
- Next message: Roedy Green: "Re: Sun vs. Microsoft JVMs"
- Previous message: Michael Borgwardt: "Re: B+-trees"
- Next in thread: SPG: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Reply: SPG: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Reply: Roedy Green: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Reply: Tor Iver Wilhelmsen: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 16:18:59 +0200
I've developed an applet that workes fine with Sun's JVM but with
Microsoft's I get an NoClassDefFoundError:
Error loading class: org.jdom.input.SAXBuilder
java.lang.NoClassDefFoundError
Initially I got a similar error with Sun's JVM but then I placed the
JDOM .jar in the folder where my applet is located and that solved the
problem with Sun's JVM but not with Microsoft's JVM. Can anyone explain
why that is?
- Next message: Roedy Green: "Re: Sun vs. Microsoft JVMs"
- Previous message: Michael Borgwardt: "Re: B+-trees"
- Next in thread: SPG: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Reply: SPG: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Reply: Roedy Green: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Reply: Tor Iver Wilhelmsen: "Re: NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|