File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Applets
Author
Java plug-in?
Lin Shen
Ranch Hand
Joined: Oct 08, 2003
Posts: 57
posted
Oct 21, 2005 09:25:00
0
Hi, I have a signed
applet
. I want to have some code in the html file. The applet code shown below:
<APPLET CODE=AppletTest.class archive="SSignedApplet.jar" CODEBASE='.' WIDTH=800 HEIGHT=500> <PARAM name="org.omg.CORBA.ORBInitialHost" value=localhost> <PARAM name="org.omg.CORBA.ORBInitialPort" value=1050> </APPLET>
How can I write a piece of code in html to instruct users to download
java
plug-in if they can't display this applet?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35432
9
posted
Oct 21, 2005 10:03:00
0
If you use either the EMBED or OBJECT tags instead of APPLET, you have the opportunity to specify where to download the plugin if it's not installed.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Java plug-in?
Similar Threads
Please HELP!! My 1.4.1_01 html always prompts me to install 1.4.1_01
Need expert advise on applet configuration
Problems when initiating applet for jre1.4.2 when jre1.5 is on the client
Plug-in Versions and Sun Download
ClassNotFoundException with Java Plugin
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter