• 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

J2EE and EJB on SDK

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi friends
I'm new to SDK and wanted to know that I have windows 98 on my system and I wanted to work on J2EE, is it like after downloading Java SDK I can work on J2EE.
Please reply to this query as I need to know this : Does J2EE and EJB works on SDK and does SDK works on Windows 98.
Regards Preeti
 
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
J2ee SDK will install and run on Win 98. You will have to read the supplied readme file to get an idea on configuring u'r system for J2EE to work.
Incase you have downloaded J2EE SDK 1.3 you should have Java 1.3 SDK installed on u'r machine
Vivek Viswanathan
 
Preeti Sikri
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks so much for the response i have not downloaded anything as yet but now i'll download Java sdk1.3 thanks so much
Regards Preeti
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are three main lines of java.
j2se - standard edition (jdk1.3)
j2me - micro edition (not sure, i've never used it)
j2ee - enterprise edition (j2sdkee1.2.1)

The term "SDK" (Software development kit) is not generally used anymore, and it's now called the 'JDK' (or is it the other way around, i can never remember).

But anways... for each of those flavours above, you have a separate jdk, which I've put in the brackets above.

So downloading jdk1.3 will NOT let you write J2EE apps.
 
Preeti Sikri
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
so Pls tell me what should i download so that i can run J2EE and EJBon windows 98 I already have JDK 1.2 please tell me what should I download now .
any help would be great regards Preeti
 
Mike Curwen
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Download the j2sdkee1.2.1 from sun. It includes the API, a reference app server, and a reference deploytool. It also contains a very good developer's guide in pdf format.
http://java.sun.com/j2ee/j2sdkee/
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i think to run EJBs u need application server/EJB container.
 
We must storm this mad man's lab and destroy his villanous bomb! Are you with me tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic