• 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

Puzzler regarding JRE and Applets

 
Ranch Hand
Posts: 162
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's one for the authors, as well as others on this forum. How have you solved the problem of needing a certain JRE (say, 1.4.2_08) for your applet to run, yet your users may already have another 1.4.2 runtime on their machine (say 1.4.2_06). Assume that the users aren't technically savvy. I know that you can specify this using CLSID when declaring your applet in either a JSP or HTML file, but I'm looking for some good advice on how this problem was solved in real world situations.

Thanks!
 
Author and "Sun God"
Posts: 185
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Lanny,

Well, you've certainly stumped me with that one: I am not an expert on deployment. Perhaps my brother will have better luck with it.

Regards,

Josh
 
javac author
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've heard that Java Web Start http://java.sun.com/products/javawebstart/ can do this for you, but I don't know the details.
 
reply
    Bookmark Topic Watch Topic
  • New Topic