Hello Robert Thnx for your help
Unfornatelly i’m force to use java 1.5 execution enviroment so 1.8 is not posible Its there a way to make axis2 v 1.7.X compatible with JRE 1.5 Sorry but my english its not very good! I hope you understand me Luis Daniel Arrieta Advanced Services International, Inc. Software developer & Junior Consultant Office Phone Bogotá - Colombia: +57 1 805 1527 Office Phone Miami/Miramar: +1 954 889 1366 / 1476 Office Phone USA: 00 1954.889.13.66 mail: luis.arri...@adsintl.net<mailto:luis.arri...@adsintl.net?subject=Contacto> Website: http://advancedservicesintl.com/ [fb] Advanced Services International<https://www.facebook.com/advancedservicesinternational> [tw] @ADSINTL<https://twitter.com/ADSINTL> [in] Advanced Services International, In.<https://www.linkedin.com/company/advanced-services-international-inc> [gp] Advanced Services International, In.<https://plus.google.com/u/0/+AdvancedServicesInternationalIncMiramar/> “Lo que sabemos es una gota de agua, lo que ignoramos es el océano” - Isaac Newton) De: robertlazarski . [mailto:robertlazar...@gmail.com] Enviado el: miércoles, 16 de agosto de 2017 5:16 p. m. Para: java-user@axis.apache.org CC: axis-u...@ws.apache.org Asunto: Re: [Axis2] - java.lang.UnsupportedClassVersionError: Bad version number in .class file On Wed, Aug 16, 2017 at 4:00 PM, Luis D. Arrieta <luis.arri...@adsintl.net<mailto: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