• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Starting J2ee 1.3

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i just dloaded and installed this because i need the jms functionality it provides, howvere when i try to srt it using j2ee -verbose i get the following error
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/naming/Context
at com.sun.enterprise.server.J2EEServer.<clinit>(J2EEServer.java:58)
does anyone have any ideas as to what could be going wrong. Ive cheked all my classpaths and paths and it all seems perfect.
 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Need more info...
1. please show us your path
2. please show us your classpath
3. what operating system ae you using
4. what ver of the jdk
5. what ver of the j2ee
As of today I have run: J2EE, CLOUDSCAPE, & TOMCAT on both my NT and WIN98 boxs.
FYI, have run into some problems with the J2EE cloudscape ver.

------------------
Multi-Platform Database Developer ( on E.S.T. )
[This message has been edited by Monty Ireland (edited April 04, 2001).]
 
Gavin Wilkinson
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cheers for the response. I managed to fix the problem.
Im now running jdk1.3.0_02 and j2ee1.3.Im running on Win2k,
The problem was that i was runnig jdk1.2.2 which isnt compatible with j2ee1.3.
I have the jms stuff working great. havent tried any ejb stuff as yet, so cant comment about the cloudscape, it runs though.
 
First, you drop a couch from the plane, THEN you surf it. Here, take this tiny ad with you:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic