• 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

what to download on J2EE 1.3

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

As mentioned in the HF Book i went to the J2EE 1.3 download page. But now am confused as to wht shld be downloaded.... shld I download only the SDK or the Sun One application Server or both.... can anyone plz guide.

thnkz,
Paromita
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Download the J2EE SDK and you are all set to go...Also download the recommended version of jdk which is mentioned on the j2ee sdk download page.
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is j2ee sdk 1.4 ok?


also the hf book said get j2ee api docs but i cant find it, except the online version? any comments plaese
[ June 11, 2005: Message edited by: Jesus Angeles ]
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yaah I would like to bring up this topic, could somebody give the direct link to download the J2ee 1.3 api docs please.
 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
conan,

when i installed the j2ee thing, the api was also written in one of its subfolders....'doc' i believe

also as the book said, we must use j2ee 1.3

i went thru hell today figuring out these paths and classpaths...but reward is great, i finally had my Advice run!!

if it helps anyone, i used javax from inside j2ee.jar, and that classpath ideally include all jars and libs that are needed for compiling.........other have to specify inline -classpath
 
Conan King
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jesus for the information. I am on our way.
 
reply
    Bookmark Topic Watch Topic
  • New Topic