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

j2ee download

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to download j2ee, the latest. I don't know is it 1.5 or 1.6? I want to compile my servlet, jdbc, ... files. I have tomcat configured and it is displaying the welcome page. So I want the link to download the thing required to compile j2ee files. What is it called? j2ee runtime? j2ee SDK? I already have downloaded java_ee_sdk-6-web-windows. But I guess it has only that glassfish server and not the thing required to compile j2ee files. I don't want any server or IDE coming along with it. I already have many of those plus my internet connection is slow. So what should I download?
 
Ranch Hand
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nothing.
 
manasee patel
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You. But then from where i.e. from which directory will I compile my j2ee classes? I don't know glass fish server. When I installed it (what I considered j2ee but found to be a server) there was only a directory named glassfishv3 and in that there is no j2ee. Yes, in start menu there are options but all for that server.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Search through the GlassFish directories - somewhere in it are all the jar files you need. It's not a question of "from which directory to compile", it's a question of properly including all required jar files in the classpath.
 
reply
    Bookmark Topic Watch Topic
  • New Topic