Win a copy of Java Persistence with Spring Data and Hibernate this week in the Spring forum!
  • 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
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

J2EE RI Server

 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks ,

I am new to the world of EJB and i own Head First EJB by Kathy and Bert. Its a very nice book. Now the problem which i have in here is , all the tutorials are requiring J2EE RI server , which i searched on sun java but was not sure , which is the exact downloadble for the same.

i would like your suggestions and help on getting me the link for the same...I am really getting interested to dive more in detail of DeployTool and other features of J2EE RI.

Thanks in Advance.

Yogendra N Joshi.
 
author
Posts: 4335
39
jQuery Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The J2EE Server produced by Sun is the J2EE RI (reference implementation). Just download J2EE from Sun and it will be included in the installation.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This might be useful

web page

cheers!
Nik
 
Yogendra Joshi
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends ,

Thanks a lot for your answers. I got the RI now.

Now , I can also learn EJB for J2EE 1.3 ,

Thanks again

Yogendra.
 
Yogendra Joshi
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends ,

I installed J2EE RI , according to the instructions given , i made entry for J2EE_PATH , JAVA_HOME and bin of both

i.e added a new environmental variable as J2EE_HOME="B:\j2sdkee1.3.1" and JAVA_HOME="e:\jdk1.5"

and then for both's PATH=B:\j2sdkee1.3.1\bin;e:\jdk1.5\bin

After doing this , i went to start J2EE.bat with verbose switch , i did this to invoke j2ee.bat

b:\j2sdkee1.3.1\bin:>j2ee -verbose , so according to the instructions the server would have started, however i am getting an error of corba, here it is :

Exception in thread main:java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util.IdentityHastable

Kindly let me know where i went wrong and how to correct this...

Also , The JDK which i have with me , 1.5 i.e Tiger version , Is it that J2SDK Enterprise Edition 1.3.1 works only with JDK1.4 ? Please ,let me know. Thanks.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot .. This piece of information helped me as well
 
Sunita Koppar
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Yogendra,

Yes, you need to install jdk142. I got the same error with jdk5.

Thanks
Sunita
 
Pay attention! Tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic