• 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

J2EE and JDK relationship

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the version of the J2EE standard being used force one to use a particular version of the JDK or a particular JVM. Given that code compiled with different version of the JDK require a particular JVM version, does J2EE in any way enter into this scenario?
 
author
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The current J2EE (1.3, released 24 Sept 2001) states that it requires 1.3.1_01 of the J2SE in order to function correctly.
The reason for 1.3 would be functionality; the _01 would be
probably some little bug fix that J2EE needs.
I got this information from Sun's site, at http://java.sun.com/j2ee/sdk_1.3/index.html
------------------
Ian Darwin,
Author of Java Cookbook: Solutions and Examples for Java Developers
(edited by Cindy to get rid of period after URL)
[This message has been edited by Cindy Glass (edited October 05, 2001).]
 
Ronald Schindler
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Ian. The URL however, gives a 404 on the Sun site. do you have any other sources that you'd recommend I check?
Thx.
 
"The Hood"
Posts: 8521
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a period at the end of the URL. Get rid of that and it should work.
reply
    Bookmark Topic Watch Topic
  • New Topic