• 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 1.4

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I take it I should be using J2EE 1.4 when preparing for this exam. Will J2EE 1.5 be fine as well when studying for this exam? Why does the Head First book tell me to install J2SE 1.4? Sorry about the newbie question but I'm unfamiliar to 'EE'.

Is it ok to both have JSEE 1.4 and J2SE 6 installed on the same Windows machine? I presumed I will just need to setup the classpath to point to the J2EE 1.4 version when preparing for this exam.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Will J2EE 1.5 be fine as well when studying for this exam?


If you set everything to use servlets 2.4 and JSP 2.0, then it will be fine.
However, you should stick to 1.4 if possible.

Why does the Head First book tell me to install J2SE 1.4?


You need J2SE 1.4 to compile your servlets. Your web container will also need it.

Is it ok to both have JSEE 1.4 and J2SE 6 installed on the same Windows machine?


When studying for SCWCD, you should not need the complete J2EE, because you'll be studying only the web part of J2EE.
Only J2SE and a web container will do. For example : J2SE1.4 and Tomcat 5.5.x
[ August 19, 2007: Message edited by: Christophe Verre ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic