This is the setup of my java project

I'm trying to run wsgen through cmd:
wsgen -keep -cp . com.library.webservice.HelloWorldImplementation
But I'm getting the error
Class not found: "com.library.webservice.HelloWorldImplementation"
Also, the command is running from C:\ ... \WebServices Test\src
Any idea what I'm doing wrong?
C:\ ... \WebServices Test\src contains the Java source files, not the class files. The classpath specified via -cp should point to the directory that contains the compiled classes, typically the bin folder. Therefore you should run the command from that directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With