Unbenannt.gif (2298 Byte)


mc2: The Java Plugin

mc2 runs also with the Java Plugin Software from Sun Microsystems.

The Java Plugin enables browsers to real Java 1.1 after the Sun Java Specification. This may be useful in your corporate intranet, where you can make sure that everyone uses the same Java version.

Documentation See http://java.sun.com/products/plugin/ for complete documentation of the Java Plugin

 

How to Convert If you like to set up the mc2 applet to use the Java Plugin in Netscape Navigator and MS Internet Explorer, ...

... change this:

<applet CODE="ch/swisslife/ibgm/mc2/MC2Applet.class" WIDTH="10" HEIGHT="10" >
   <param name="WorkDir" value="/htdocs/mrtg/"> <param name="IconDir" value="/mrtg/">
   <param name="DirectoryReader" value="http://su0330:8080/cgi-bin/dirreader.pl">
   <param name="cfgBase" value="/opt/mrtg/mc2/cfg/">
   <param name="cfgReader" value="http://su0330:8080/cgi-bin/cfgreader.pl">
   <param name="cfgWriter" value="http://su0330:8080/cgi-bin/cfgwriter.pl">
   <param name="BackupURL" value="/opt/mrtg/mc2/backup/">
/applet> SIZE="1" COLOR="#000000">

... to this:

<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="10" HEIGHT="10"
   codebase="http://java.sun.com/products/plugin/1.1/jinstall-11-win32.cab#Version=1,1,0,0">
   <param name="code" value="MC2Applet.class">
   <param name="codebase" value="ch/swisslife/ibgm/mc2/">
   <param name="type" value="application/x-java-applet;version=1.1">
   <param name="WorkDir" value="/htdocs/mrtg/">
   <param name="IconDir" value="/mrtg/">
   <param name="DirectoryReader" value="http://su0330:8080/cgi-bin/dirreader.pl">
   <param name="cfgBase" value="/opt/mrtg/mc2/cfg/">
   <param name="cfgReader" value="http://su0330:8080/cgi-bin/cfgreader.pl">
   <param name="cfgWriter" value="http://su0330:8080/cgi-bin/cfgwriter.pl">
   <param name="BackupURL" value="/opt/mrtg/mc2/backup/">

   <embed type="application/x-java-applet;version=1.1"  
      java_CODE="ch/swisslife/ibgm/mc2/MC2Applet.class" WIDTH="10" HEIGHT="10"
      WorkDir="/htdocs/mrtg/" IconDir="/mrtg/"
      DirectoryReader="http://su0330:8080/cgi-bin/dirreader.pl" cfgBase="/opt/mrtg/mc2/cfg/"
      cfgReader="http://su0330:8080/cgi-bin/cfgreader.pl"
      cfgWriter="http://su0330:8080/cgi-bin/cfgwriter.pl"
      BackupURL="/opt/mrtg/mc2/backup/"
      pluginspage="http://java.sun.com/products/plugin/1.1/plugin-install.html">

   <noembed>
      </COMMENT> alt="Your browser understands the &lt;APPLET&gt; tag but is not
         running the applet, for some reason." Your browser is completely ignoring
         the &lt;APPLET&gt; tag!
   </noembed>
</object>

 

This page is made in a way that mc2 should open with the Java Plugin.

<> </COMMENT> alt="Your browser understands the &lt;APPLET&gt; tag but is not running the applet, for some reason." Your browser is completely ignoring the &lt;APPLET&gt; tag!


Last updated: 07/16/98, by ibgm.