On Wed, Aug 16, 2017 at 4:00 PM, Luis D. Arrieta <luis.arri...@adsintl.net> wrote:
> Hello, > > > > I would like to know if Apche Axis2 is actually copiable with java 1.5 as > stated in the installation guide > > > > I’m getting the error in the subject using Java 1.5.0_22 > > > > best > > > > > That error typically means your compiled classes and runtime JVM are different major versions - for example you compiled your axis2 classes with 1.8 and tried to run axis2 in a web container using 1.5. You can use Java 1.8 with the latest version of axis2. If you still have problems, paste your entire stack trace. - R