Re: NoClassDefFoundError with MSJVM but not with Sun's JVM
From: Lothar Kimmeringer (news200407_at_kimmeringer.de)
Date: 07/31/04
- Next message: Tor Iver Wilhelmsen: "Re: C#, without knee-jerk panic"
- Previous message: NB: "NoClassDefFoundError with MSJVM but not with Sun's JVM"
- In reply to: NB: "NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 10:41:15 +0200
On Sat, 31 Jul 2004 10:33:25 +0200, NB wrote:
> 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?
The Microsoft VM ist still based on Java 1.1.4 and I assume that
the JDOM.jar needs at least Java 1.2.
It happens quite often, that a class is reported as not found
even when it's there because inside the class there are
classes used that don't exist (e.g. java.util.HashMap or
java.util.ArrayList what I assume in your case).
Regards, Lothar
--
Lothar Kimmeringer E-Mail: spamfang@kimmeringer.de
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!
- Next message: Tor Iver Wilhelmsen: "Re: C#, without knee-jerk panic"
- Previous message: NB: "NoClassDefFoundError with MSJVM but not with Sun's JVM"
- In reply to: NB: "NoClassDefFoundError with MSJVM but not with Sun's JVM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading