• 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

J2EE1.3 Download Link

 
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
All can anybody provide me J2EE1.3 download link please.
Thanx
-Sanjay
 
Ranch Hand
Posts: 250
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
https://coderanch.com/t/160807/java-EJB-SCBCD/certification/Mikalai-Zaikin-EJB-Notes-PDF

 
Sanjay pts
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Im looking for ejb container/ webserver where i can run ejb.

Thanx
_sanjay
 
sawan parihar
Ranch Hand
Posts: 250
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://java.sun.com/j2ee/download.html
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sanjay, just in case you still need, here it is

http://java.sun.com/j2ee/sdk_1.3/

after you install, you will also find the api docs in one of its installed folder....something like /docs in its installed folder

i was just as lost as you are when i was looking for it
 
Sanjay pts
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Thank you very much as i have a problem to start up the sdk .
If i typed deployetool.bat at command line ,it ask me to set up j2ee_home to path.
Then i opened deployetool.bat and set

if not "%J2EE_HOME%" == "D:\j2sdkee1.3.1\bin" goto CONT0
echo ERROR: Set J2EE_HOME before running this script.

Still it gives me the same error. Can u help me to set up this please.
Thanx
sanjay
 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i had a different problem at that time, posted here https://coderanch.com/t/160855/java-EJB-SCBCD/certification/error-compiling-ejb-first-time

my problem more on compiling....

as for your problem, maybe try setting the environment variables as instructed somewhere, i believe either in hf book or in the j2se's installation instructions(in same webpage where u downloaded the j2se)

my env variables for j2ee_home and java_home at that time are
java_home=c:\j2sdk1.4.2_08
j2ee_home=c:\j2sdkee1.3.1

for PATH, i had
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin

and i added j2ee.jar to this PATH
 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just try first follow those instructions i believe are in same webpage you downloaded the j2ee(especially on setting the environment variables), and that might fix your problem

let us know how it goes
 
Sanjay pts
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Can u plz tell me which JDK version we have to use as i used jdk1.5.0_01 version ???

Thanx
sanjay
 
Sanjay pts
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

jdk1.3 installed and worked fine.
thanx for your quick reply.

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

Iam trying to download J2EE 1.3. My OS is XP professional. But I really unable to understand how to do?
I followed this link
http://java.sun.com/j2ee/1.3/download.html#sdk
There are 3 options for download
Sun ONE Application Server 7
1.3.1 FCS Release January 31, 2002
1.3 FCS Release September 17, 2001

I followed the link to Sun one Application server.

There I could see so many products. I really don't know what to download.

Can any one help me?

bhilla
 
Sanjay pts
Ranch Hand
Posts: 357
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi you have to download this.

http://java.sun.com/j2ee/sdk_1.3/
Download the Software for the Java 2 SDK, Enterprise Edition 1.3.1:

Click DOWNLOAD.

You require to have jdk1.3 version that you can download from here

http://java.sun.com/j2se/1.3/download.html



Thanx
-Sanjay
 
Did you ever grow anything in the garden of your mind? - Fred Rogers. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic