Maria,

Is the exception coming from your client? or from the tomcat server?

If it is from you client you have to make sure you are adding the jars to the *client* classpath.

--K

On 6/15/12 10:36 AM, Maria Din wrote:
Hello,

I use "mmclient-1.3-bin" and I would like to execute:" OWLSMatchmakerClient.java" class.
So, I create a main class:
* public static void main(String args[]) throws OWLSMatchmakerClientException{*
*OWLSMatchmakerClient mm= new OWLSMatchmakerClient();*
**
*String owlsURL= "http://www.daml.org/services/owl-s/1.0/BravoAirProfile.owl";*
*mm.register(owlsURL);*
*mm.query(owlsURL);*
**
*}*
*
*
In the command line. I write:
*java EDU/cmu/Atlas/matchmaker/client/OWLSMatchmakerClient*
But, I have this exception.
Exception in thread "main" java.lang.NoClassDefFoundError: org/uddi4j/transport/
TransportException

So, I putUDDI4j.jar undermy project, underTomcat/common/lib, and under : C:\Program Files\Java\jre1.5.0\lib\ext
But, also I have the same problem!!!
Please, can you help me? What should I do?
Thank you in advance.



Reply via email to