[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-04 Thread vashistvishal
This doesn't seem to be JBoss -specific files, i think u are probably  using 
some examples from sun bundled in  jar file to be deploy in jboss and by the 
looks of it it seems u are not setting the classpath variable properly, which u 
intend to use in these jars.

try jar -tvf  .jar to see where these classes sre coming from
I intillay thought u might me missing tools.jar (under jdk/lib/)  but that's 
not the case as well.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872503#3872503

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872503


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-04 Thread emailssent
Is J2EE server is necessary for deploy java application to jboss

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872510#3872510

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872510


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-04 Thread emailssent
Thanks for reply.

I am trying use jboos, and trying to deploy Duke's Bank application that is 
taught in getting started docuementation of jboss.

Is J2EE server is necessary for deploy java application to jboss, i am first 
compiling it, then generation ejbs,war,ear and then i will deploy but 
before deploying while making ejbs it is giving me error of Noclass def found.

try jar -tvf .jar to see where these classes sre coming from 
on which file should i do that.


plz guide me

-jack




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872509#3872509

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872509


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-04 Thread vashistvishal
J2EE Server is needed (JBoss is J2EE compliant server) for deploying J2EE 
applications.
When u say Java applications what do u mean by that, because J2EE applications 
are itslef in JAVA. So not sure what u mean.
If u mean non J2EE applications then u dont need J2EE Server.
I hope this clarifies.
But the example u are reffring from SUN needs J2EE compliant application server 
- JBoss or others. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872560#3872560

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872560


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user