[jdom-interest] Using JDOM with Microcoft Java VM + Internet Explorer (Fixing NoClassDefFoundError) (Archive purposes)

Jason Hunter jhunter at acm.org
Fri Jun 29 15:13:30 PDT 2001


Jake Latham wrote:
> 
> I was getting this error when trying to run the program as an applet under
> Internet Explorer, but it compiled fine, since the classpath included
> jdom.jar and xerces.jar.
> 
> So, set the Classpath for Microsoft's VM open up the registry editor
> (start->run->regedit) and go to the key:

That's only going to work for your personal browser, not for anyone else
browsing the page with the applet.  If there will be other users, you'll
want the applet to download the JARs it needs over the network, by
specifying the right parameters in the <APPLET> tag.

-jh-



More information about the jdom-interest mailing list