• 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

JRE vs. JVM vs. Java Code

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Could someone please something for me?
I have a java applet that I am trying to upgrade - the source was coded with JDK 1.1.8 and I am upgrading it to 1.3 (changing deprecated methods and recompiling)
Now...What should I use for a JRE? 1.3? Can I use an earlier or later JRE?
How about requiring a JVM...can it only support a 1.3 or higher?
I guess I don't understand how all three (source, JRE, JVM) work together and what the dependencies are.
Can anyone straighten me out?
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,
well you can use jdk1.3 or later one ,well I want advise you to please read the documentation carefully .One more thing please see the jdk1.x very carefully .Well see www.artima.com.Do ask questions .
Thanks
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic