The Artima Developer Community
Sponsored Link

Java Answers Forum
Java2 applets without the entire plugin

2 replies on 1 page. Most recent reply: Aug 12, 2003 4:34 AM by David

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
tharaka

Posts: 1
Nickname: bass
Registered: Aug, 2003

Java2 applets without the entire plugin Posted: Aug 11, 2003 11:38 AM
Reply to this message Reply
Advertisement
I like to develop applets using new classes in Java2. But the most popular browser (Internet Explorer) needs Sun's java plugin to run them. The problem is the plugin is a hefty download (5MB+). I don't think the visitors to my site will download that just to view my page.

My question is, can't I run the applet by just installing the most crucial part of the plugin (the dlls and stuff - which sould be much smaller) and download the API classes from a server as needed?
Anyone know how I can do this?
If this needs a redistribution of the plugin, am I allowed to do that?


Charles Bell

Posts: 519
Nickname: charles
Registered: Feb, 2002

Re: Java2 applets without the entire plugin Posted: Aug 11, 2003 1:36 PM
Reply to this message Reply
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.

David

Posts: 150
Nickname: archangel
Registered: Jul, 2003

Re: Java2 applets without the entire plugin Posted: Aug 12, 2003 4:34 AM
Reply to this message Reply
5MB....doesn't everybody have broadband...shame!

Flat View: This topic has 2 replies on 1 page
Topic: basic ftp query Previous Topic   Next Topic Topic: Optimizing timer operation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use