We're having problems with an applet running under Microsoft's JVM.
When compiled using a JDK having a version higher than 1.2.2 we get a
ClassNotFoundException when trying to load the applet in IE6.
So, I was wondering what Java spec version Microsoft's JVM was
compatible with?
Re: Im annoyed ...ClassNotFoundException if they're missing) and then uses reflection... It appears that trying to load class AaaBbb but finding class ... NoClassDefFoundError is the standard response by the JVM when the ... (comp.lang.java.programmer)
Re: Im annoyed ... ClassNotFoundException if they're missing) and then uses reflection ... It appears that trying to load class AaaBbb but finding class ...ClassNotFoundException, throws a NoClassDefFoundError (that's right, ... NoClassDefFoundError is the standard response by the JVM when the ... (comp.lang.java.programmer)
Re: Im annoyed ... loads classes using ClassLoader.loadClassand then uses reflection to gather data about them. ... It appears that trying to load class AaaBbb but finding class Aaabbb whose name differs only in case, instead of throwing a ClassNotFoundException, throws a NoClassDefFoundError This was not caught, and caused the program to exit. ... NoClassDefFoundError is the standard response by the JVM when the desired class, in this case AaaBbb, is not present at run time. ... (comp.lang.java.programmer)
Re: Java class or jar usage in vb.net ... The link you supply below requires the MS JVM, and the days of the MS JVM ... only supports up through JDK 1.1.4 and a few other classes), ... This will convert Java binaries and jar files to MSIL, ...Wayne Citrin... (microsoft.public.dotnet.languages.vb)
Re: java 1.5 applets & IE6 ... Most people have only Microsoft's JVM.... I want to set up an applet that will run on most people's computers. ... Perhaps there is an earlier version of the JDK that will create class files ... > http://mindprod.com Java custom programming,... (comp.lang.java.help)