• 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

using Microsoft Vm

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
on Window2000 system where there is no sun JVM but only Microsoft VM when run applets from net like from JavaBoutique.com they are loaded but my own program doesn't run until i install jre, my application is web based and i don't users to install jre to view my applet how can i do that?
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Microsoft JVM is an implementation of the Java 1.1.4 API. If you attempt to use any class that was added to the api after that version your applet will not run in that VM. This includes Swing, java.util Collections, and a whole host of other very useful functionality like regex. Your best bet is to get your users used to downloading the java plugin. They don't have a problem installing Flash or Shockwave or Adobe Acrobat Reader (even worse) Comet Cursor or Bonzai Buddy, right?
 
He got surgery to replace his foot with a pig. He said it was because of this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic