[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

[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

[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

[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.