Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud
this week in the
Cloud/Virtualization
forum!
Nabeel Ahmad
Greenhorn
+ Follow
news
1
Posts
1
Threads
since Oct 06, 2009
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Nabeel Ahmad
RunJavaApplication As Executable Jar
Hi all
I have an java application running fine in Eclipse.But when i try to run application as .jar in console i am getting the following excepti
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/rpc/Service Exception Caused by: java.lang.ClassNotFoundException: javax.xml.rpc.ServiceException at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) Could not find the main class: com.wateen.cvp.test.CRMServTest. Program will exit. All the jar file are added to class path and MANIFEST file. <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="lib/baseapi.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/> <classpathentry kind="lib" path="lib/ojdbc14.jar"/> <classpathentry kind="lib" path="lib/commons-dbcp-1.2.2.jar"/> <classpathentry kind="lib" path="lib/commons-pool-1.3.jar"/> <classpathentry kind="lib" path="lib/AudiumXML1.0.jar"/> <classpathentry kind="lib" path="lib/framework.jar"/> <classpathentry kind="lib" path="lib/dbcp.jar"/> <classpathentry kind="lib" path="lib/axis.jar"/> <classpathentry kind="lib" path="lib/jaxrpc.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/> <classpathentry kind="lib" path="lib/commons-discovery-0.2.jar"/> <classpathentry kind="lib" path="lib/saaj.jar"/> <classpathentry kind="lib" path="lib/wsdl4j-1.5.1.jar"/> <classpathentry kind="lib" path="lib/servlet2.3.jar"/> <classpathentry kind="lib" path="lib/activation.jar"/> <classpathentry kind="lib" path="lib/mail.jar"/> <classpathentry kind="output" path="bin"/> </classpath> Manifest-Version: 1.0 Ant-Version: Apache Ant 1.7.0 Created-By: 1.5.0_11-b03 (Sun Microsystems Inc.) Main-Class: com.wateen.cvp.test.CRMServTest Class-Path: activation.jar mail.jar commons-httpclient-3.0.1.jar commo ns-dbcp-1.2.2.jar commons-pool-1.3.jar log4j-1.2.15.jar ojdbc14.jar a xis.jar commons-discovery-0.2.jar commons-logging-1.0.4.jar jaxrpc.ja r saaj.jar servlet2.3.jar wsdl4j-1.5.1.jar
Any help.How to solve this problem.
show more
15 years ago
Web Services