Chris Smith <> wrote:
: If you're actually asking for your 1.4.2 applet to run using the built-
: in VM in IE, the only possible answer is "not bloody likely". IE can
: run some applets written to the 1.1 Java API, but nothing more recent.
: If you were to write to the 1.1 API, you'd also need to compile with the
: "-target 1.1" switch to generate compatible class files, and avoid APIs
: that Microsoft didn't care to implement.
The MS JVM ignores the class file version number - and there are no
actual changes to the bytecode format that might cause problems.
Netscape 4.x checks it, though - and totally rejects any code it doesn't
recognise. As a result large numbers of applets no longer work on it.
--
__________
|im |yler
http://timtyler.org/