• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Moving from J2SE to J2EE

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been working with J2SE for a while now and want to move to J2EE. My first question - I have installed the JDK for creating J2SE applications...I understand that J2EE uses some additional APIs...do I need to install a different JDK?
 
author & internet detective
Posts: 42074
932
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul,
The JDK is the same. You need to install something additional though. To compile J2EE applications, you need j2ee.jar or servlets.jar (if you aren't using EJBs). These will come with the application server you are going to use to run what you write. Common free choices for an application server are Tomcat (if you aren't using EJBs) and JBoss.
 
Paul Hoffman
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you much...I'm running the Eclipse IDE with the Tomcat Web server. I have been able to get my servlets to compile and run...I've just been wondering if I was SUPPOSED to install a different JDK. Thanks again!
 
money grubbing section goes here:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic