• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Including an Applet in a JSP and specifying the jreversion dynamically

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic