Re: Bad version number in .class file

2007-12-10 Thread Roman Sch�nbichler
to my colleague, I'm absolutly out of ideas. We even schare the same webserver and source over svn. I can't continue for today, but I will be back tomorrow.. ;) Greets Roman Original Message From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: Bad version number in

Re: Bad version number in .class file

2007-12-10 Thread Martin Gainty
_HOME%) and replicate (install that java version including set JAVA_HOME and PATH to working environment) on your machine HTH/ M-- - Original Message - From: "Roman Schönbichler" <[EMAIL PROTECTED]> To: Sent: Monday, December 10, 2007 9:25 AM Subject: Re: Bad version numbe

Re: Bad version number in .class file

2007-12-10 Thread Michele Mazzucco
ing the shell you have to update the environment as well, closing the shell will do that (i don't know any other way under windows). Michele Greets Roman Original Message From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: Bad version number in .class file D

Re: Bad version number in .class file

2007-12-10 Thread Roman Sch�nbichler
s-user@ws.apache.org Subject: Re: Bad version number in .class file Date: Mon, 10 Dec 2007 14:06:02 + >Please check all the paths once again (i.e. JAVA_HOME, CLASSPATH and > >PATH). If you compile your code against javac 1.6 it won't run in >java 1.5. > > >Michele >

Re: Bad version number in .class file

2007-12-10 Thread Michele Mazzucco
e WS, using wsdl2java (it told me that it uses jre1.5). After that I've filled in the buisness logic, and made a new .aar file. When I try to deploy the .aar file, axis tells me: or.apache.axis2.deployment.DeploymentException: java.lang.UnsupportedClassVersionError: Bad version number in .c

Bad version number in .class file

2007-12-10 Thread Roman Sch�nbichler
yment.DeploymentException: java.lang.UnsupportedClassVersionError: Bad version number in .class file I don't have a clue where this could come from, since I've rebuilt everything! I hope someone can give me some hints! Greets Roman -