Applet auf Mac
Wally
- java
0 Marko
Hi Leute!
Kann mir vielleicht jemand helfen? Auf dem Pc ist ja das Java plugin 1.3.1 verfügbar!
Ich kann also ein Applet direkt öffen mit
<OBJECT
classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="550"
height="320"
align="top"
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME="code" VALUE="ch.advanced.editor.EditorApplet.class">
<PARAM NAME="codebase" VALUE=".">
<PARAM NAME="ARCHIVE" VALUE="editorapplet.zip">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<param name="host" value="localhost:8080">
<param name="fieldId" value="123">
<PARAM NAME="scriptable" VALUE="true">
No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!
</OBJECT>
Aber auf dem Mac läuft das nicht obwohl ja unter OS X das java Plugin 1.3.1 direkt im System ist es muss also kein zusätzliches Plugin runtergeladen werden!
Kann mir jemand sagen wie ich dieses Applet unter OSX am laufen bekomme??
Danke schonmal im voraus!!
Hallo,
probier es mal so, oder so ähnlich:
<Applet
width="550"
height="320"
align="top"
code="ch.advanced.editor.EditorApplet.class"
codebase="."
archive="editorapplet.zip">
Bla,bla für kein Java vorhanden
</applet>
Gruss
Marko