• 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

java plug-in

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I've developped an Applet using Java1.2 (but not swing).
Because of that, the user has to download the Java Plugin.
I want to develop the Applet using Java 1.1.x to avoid the download.
Is that the solution?
Does it exists some package in java 1.1.x that match the java1.2 class/package?
Thanks in advance
Nathan Rousseau
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by nathan rousseau:
Hi!
Does it exists some package in java 1.1.x that match the java1.2 class/package?


I'm not sure what you are asking here. Are you asking if your code will still compile using the 1.1.x JRE - try it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic