Java-Plugin: see http://www.javasoft.com/products/plugin/

Netscape has a built in java runtime (1.1.5)

If you need another java version or want to ignore security features
etc., you
need to supply a Java Plugin, using the netscpae plugin interface.

With the Java plugin you can't use the html <APPLET> tag, but
need to use the <EMBED> tag, eg.

....
<BODY>
<EMBED
  type="application/x-java-applet;version=1.1"
  width="1024"
  height="676"
  align="middle"
  CODE="org.myself.hello.class"
  CODEBASE="http://swand"
  NAME="Hello, what else?"
  org.omg.CORBA.ORBClass="com.visigenic.vbroker.orb.ORB"
  ORBServices="CosNaming"
  SVCnameroot="Marcel"
  ORBagentPort="14000"
  ORBagentAddr="swand"
  ORBgatekeeperIOR="http://swand:15000/gatekeeper.ior"
  LOCdebug="true"
  UserSessionId="TestUser"
  myId="1000"
  >
<NOEMBED>
....

Marcel

--
Marcel Ruff
[EMAIL PROTECTED]
http://www.lake.de/home/lake/swand/




----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to