aspose file tools
The moose likes JSP and the fly likes Including an Applet in a JSP and specifying the jreversion dynamically Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Including an Applet in a JSP and specifying the jreversion dynamically" Watch "Including an Applet in a JSP and specifying the jreversion dynamically" New topic
Author

Including an Applet in a JSP and specifying the jreversion dynamically

Dar Var
Ranch Hand

Joined: Oct 12, 2004
Posts: 74
For example the below applet specifies jreversion="1.4".

1. How can I specify that any version of 1.4 will have to be installed?

2. How do I specifiy that an exacat 1.4.3_02 version must be installed?

NOTE: For 1 above, If 1.3 or 1.5 is installed the jsp should prompt the user to install lib/j2re-1_4_2_03-windows-i586-p.exe I have stored locally in the war. For 2 if any other version other than 1.4.2_03 is installed then it should prompt to install lib/j2re-1_4_2_03-windows-i586-p.exe


[BPSouther: Added UBB Code Tags]
[ December 14, 2006: Message edited by: Ben Souther ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Including an Applet in a JSP and specifying the jreversion dynamically
 
Similar Threads
how to pass values from jsp to applet
Unable to play media inside my JSP
getting java home or jvm version??
Applet not loaded in jsp
Calling an Applet from JSP