Charles Bell
Posts: 519
Nickname: charles
Registered: Feb, 2002
|
|
Re: Java2 applets without the entire plugin
|
Posted: Aug 11, 2003 1:36 PM
|
|
If you want to use Java 2 applets, then the client has to run the Java 2 runtime environment. I have noticed that with the 1.4.2 revision, installation seems smoother with no conflicts between the microsoft java virtual machine and new version applets.
Instead of routing your users to the java.sun.com site and getting to figure out how to choose the right download, suggest you direct them to the new java site:
http://www.java.com
There is a wonderfully done new splash screen, with links to games, and technology items, and an easy interface to download java.
All they have to do is click download now, and the user is automatically rerouted to an automated java server page which will check the user's configuration and install java for them.
With java installed, you can use ordinary applet tags, and drop all the object embed tag stuff.
Things are much much more improved than just a few months ago.
|
|