• 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

Help Needed to run j2ee1.3.1

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys
Can anybody help me in this regarding the script needed for j2ee1.3.1 .I know the exact nodody cant say bcaz of different drive partition but i just want the path ..When i run J2ee from dos it give me an error
ERROR: Set J2EE_HOME to the path of a valid j2sdkee.
This is what i have i have in my environment variable :;
classpath == c:\jdk1.3.1_02\lib\classes.zip;.;c:\j2sdkee1.3.1\lib\j2ee.jar;
J2ee_home == c:\j2sdkee1.3.1;
Java_home == c:\jdk1.3.1_02;
Path == %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;.;c:\jdk1.3.1_02\bin;.;c:\j2sdkee1.3.1\bin;

My JDK is perfectly fine and its running but not j2ee

Plz help me out
Thanks
Sam
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sam,
I can not exactly figure out but I don't understand why there is a period in your classpath and path
classpath == c:\jdk1.3.1_02\lib\classes.zip;->.;c:\j2sdkee1.3.1\lib\j2ee.jar;
Path == %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;.;c:\jdk1.3.1_02\bin;->.;c:\j2sdkee1.3.1\bin;
Do you mean to add current directory to these variables. Did you try removing them and run j2ee.
If it still does not solve problem send me an email and I will send you scrits I am using, you can edit them and hopefully they will work for you.
Good Luck.
Regards
 
Sam In
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Alfred
I have removed the period mark ie _02 but then my jdk also stops working ..actually my jdk in C drive is having directory : c:\jdk1.3.1_02
And when i put _02 it works .. U plz send me the script as its really needed
Thanks
Sam
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Sam,
don't use semicolon at the end of J2EE_HOME and JAVA_HOME values and use uppercase
..and put back the period "." to the CLASSPATH
Gabriel
(and reopen the command line (cmd) window again (for win NT, 2000 and XP) or restart the PC for Win98, 95)
[ May 10, 2004: Message edited by: Gabriel Forro ]
 
Sam In
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey
Thanks guys ..atlast J2ee server ran ...
Actually i have written the J2EE_HOME and JAVA_HOME path in capitals and it worked ,..and the other like path and classpath all in Smalls but couldn't find why is that so ..well leave whatever
Thanks Guys for yr help
Sam
 
We're all out of roofs. But we still have tiny ads:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic