Hi ihr beiden,
<einmisch>
Zitat ursprungsthread:
Microsoft (R) VM for Java, 5.0 Release 5.0.0.3234
Das ding is alles aber nicht JAVA2 compatible.
Und wenn dein Applet classen aus der JRE1.3.x braucht wird es sie in der M$ VM nicht finden :-(
Also Du willst dein Applet in der JRE 1.3 ausführen if available? Dann must du es anders einbinden.
<applet></applet> hilft dir nicht (oder nur in mozilla und NN6, da die nur JRE1.3 kennen)
Schto delatch?
Rufe das JRE1.3 Plugin auf: ich kopiere dir hier mal 1:1 den code den der HTML-Converter von sun aus einer <applet></applet>-Einbindung erzeugt
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.3 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = "640" HEIGHT = "480" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = Animacon.class >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<PARAM NAME = "code" VALUE ="Animacon.class">
<PARAM NAME = "height" VALUE ="480">
<PARAM NAME = "width" VALUE ="640">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3" CODE = Animacon.class WIDTH = "640" HEIGHT = "480" code = "Animacon.class" height = "480" width = "640" scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = Animacon.class WIDTH = "640" HEIGHT = "480">
<PARAM NAME = "code" VALUE ="Animacon.class">
<PARAM NAME = "height" VALUE ="480">
<PARAM NAME = "width" VALUE ="640">
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
sieh es durch versuche es zu verstehen (ist so ähnlich wie ne Flash oder realplayer integretion.
Der HTML-coverter ist free und bei sun zu finden, in JAVA geschrieben und funktioniert problemlos(vor allem batch fähig)
</genug eingemischt>
Bye Ed X