Hi there,I’ve got a java-agent, which uses a JAR containing classes for web-service usage. I just rebuilt this JAR (using Axis 1.2.1) und replaced the old JAR. Saving the agent brings up the error “d:\temp\notes\jar49773.jar(de/kqv/www/wekservice/VermittlerWacServiceLocator.java):10: class VermittlerWacServiceLocator is public, should be declared in a file named VermittlerWacServiceLocator.java”
(Line 10 is: “import de.kqv.www.wekservice.VermittlerWacServiceLocator;”)
First of all, I don’t know, what is wrong. The class is declared public in VermittlerWacServiceLocator.java. So what?
Further, this class han’t changed at all! So why do I get this message with the new JAR, but not with the old one…?
Can anybody enlight me please?
Thanks in advance,
Buzzy