
|
Internet Adventurer can run Java applets !!
Experience the world of true platform independence, and run your java applets within Internet Adventurer !!!
|
In order to run Java applets, Netscape needs to be installed. Netscape comes with the appropriate extensions to OS/2's java, and IA uses the same DLL files, although it doesn't use Netscape itself.
|
Java applets are loaded via an URL, see the quicklist group "Java applets" for examples on how to load applets from both the disk, and from the net.
The format for a java URL is: "java:<location>?<classname>?<parameters...>"
As an example of loading the TicTacToe applet, you can use this URL java:file:///c:/javaos2/demo/tictactoe/?TicTacToe.class
|
FAQ - Frequently asked questions
|
Can I run applets off a WWW page from the internet ?
Yes you can. Basically, a java: URL looks like
"java:<location>?<classname>?<parameters...>" so it is just a matter of changing the location to eg. "http://www.gamelan.com/"
|
|