• 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

can I install J2EE 1.3 on Windows XP Home Edition Service Pack 2

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to install J2EE 1.3 on Windows XP Home Edition Service Pack 2
My Doubt is:
Can I download J2EE 1.3 from http://java.sun.com/j2ee/1.3/download.html#sdk site for windows platform and install it. OR Do I need Windows XP Professional Edition to install.
Pls Help!!!
 
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you don't need a XP pro for this.
And anyway, just download and try, if it doesn't work (which i doubt), it won't hurt anything, just remove it and voila.

And btw, why J2EE 1.3, and not 1.4 ?
 
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
SCBCD 1.3 is for J2EE 1.3.
Better use 1.3 to avoid compatibility problems.
 
Frederic Esnault
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh you're right I see, it's about EJB 2.0.

Maybe there's a way to configure a webapp to make it use the 2.0 EJB spec, as we can do in a web app DD by specifying in the web-app element a version attribute to 2.4 for serv spec 2.4 or to 2.3 for serv spec 2.3
 
Christophe Verré
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
Yes, it is probably possible.
I think I'll stick with 1.3 to avoid unwanted errors or behaviours

Some people seem to have troubles with it :
https://coderanch.com/t/158286/java-EJB-SCBCD/certification/Don-EE-SDK-Beta
 
Frederic Esnault
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes you're definitely right, i'll stick with 1.3 too.
I was just wondering if it was possible.
reply
    Bookmark Topic Watch Topic
  • New Topic