It does have differences between 1.6 and 1.5! For example, 1.6 JVM contains class definitions that 1.5 does not. The latter you have to add extra Tomcat/Axis jar files to classpath.
Regards. Michele Mazzucco-2 wrote: > > Hi all, > > I've compiled a module on a machine using Java 1.6 and deployed on > another machine running Java 1.5. When I start tomcat I get a > ClassNotFoundException on the module class -- which is correctly > included and configured into the mar file. > If I compile the module with Java 1.5 it works fine. > I guess this is not a normal behavior, is it? > > Michele > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/class-loading-problem-tf3965801.html#a11265430 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
