Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

J2EE path and Classpath problem

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I downloaded the J2EE and JDK. When I am trying to j2ee -verbose it is giving the problem. I set the J2EE_HOME. Still it is saying the problem with J2EE_HOME.
Can any one tell me why it is giving error.
Below is my error.
Appreciate your reply.
C:\>dir j2sdkee*
Volume in drive C has no label.
Volume Serial Number is C8EB-8281
Directory of C:\
01/19/2002 07:58p <DIR> j2sdkee1.3
0 File(s) 0 bytes
1 Dir(s) 15,801,413,632 bytes free
C:\>set J2EE_HOME=C:\j2sdkee1.3;
C:\>j2ee -verbose
ERROR: Set J2EE_HOME to the path of a valid j2sdkee.
 
Ranch Hand
Posts: 416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you set the path that point to "j2ee-home/bin"?because the "j2ee.bat" is there.
 
SrinivasaRao Sanagapalli
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
Yes I already set the Path to C:\j2sdkee1.3\bin.
Still I am getting same error.
 
zb cong
Ranch Hand
Posts: 416
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try to set your path and J2EE_HOME in the windows control panel,or maybe you can set J2EE_HOME in the "j2ee.bat",but i didn't try it,i set it in the control panel.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic