• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Error running j2ee.bat

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I have downloaded the j2sdk1.4.2_03 and j2sdkee1.3 and installed them successfully. I defined j2ee_home and java_home. But when I run je22.bat I am getting the following error. Any reason? I couldn't download j2sdk1.3. Is that the reason?
C:\release\j2sdkee1.3\bin>j2ee
Exception in thread "main" java.lang.NoClassDefFoundError: \bin\java
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may not have your JAVA_HOME set correctly.
Also, make sure that j2ee.jar is in your CLASSPATH.
Please post the values for J2EE_HOME, JAVA_HOME, and CLASSPATH.
[ March 15, 2004: Message edited by: James Nuzzi ]
 
SarmaP
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Resolved. You are right. My Java_Home is not set correctly. Thanks.
 
"I know this defies the law of gravity... but I never studied law." -B. Bunny Defiant tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic