• 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

here is an error when I load in javax.ejb.*;what can do??

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my develop enviroment is windows. and the PATH=%JAVA_HOME%\bin;
and CLASSPATH=%JAVA_HOME%\lib(both the jdk1.5 and j2eesdk I have installed) ;

but the IDE often says it cann't find the javax.ejb.* packege;

why?
who can tell me!!
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Mianfei,
Which IDE are you using? Is j2ee.jar in the classpath?

For the future, note we have a forum for IDE questions.
 
Mianfei Xie
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeal.
I have used both eclipse and netbeans.
also ,in my classpath, it contains j2ee.jar;

but it cann't work .
that troubles me a long time.
 
reply
    Bookmark Topic Watch Topic
  • New Topic