• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Install J2EE

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A very dumb question.

I have downloaded the
J2EE 1.4 SDK and Sun Java System Application Server Platform Edition 8.1 2005Q2 UR2

which Contains:

* Sun Java System Application Server Platform Edition 8.1 2005Q2 UR2
* J2SE 5.0
* J2EE 1.4 SDK Samples 2005Q2 UR2
* J2EE 1.4 API Documentation

Both how do I install/configure this?

It won't work, I won't to work with J2EE but it wont work, in Eclipse:
public void TestBean implements SessionBean{
}
-->Eclipse doesn't recognize SessionBean?

Any Help please,
Thx
 
author & internet detective
Posts: 42056
926
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
Kim,
Did you add j2ee.jar to the classpath for your project in Eclipse?
 
Ranch Hand
Posts: 1683
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you trying to run SUN App Server from eclipse? If so, you will need the plug-in (if it exists, of course). Otherwise, run the server outside eclipse.
 
Any sufficiently advanced technology will be used as a cat toy. And this tiny ad contains a very small cat:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic