Mrjndong / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

class file has wrong version 50.0, should be 49.0 #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use ant to build while using socialauth-2.2.jar
2.
3.

What is the expected output? What do you see instead?
While I was expecting the build to be successful, It says 'class file has wrong 
version 50.0, should be 49.0'

What version of the product are you using? On what operating system?
socialauth-2.2.jar, socialauth-spring-2.0-beta2.jar

Please provide any additional information below.

Original issue reported on code.google.com by reachr...@gmail.com on 14 May 2012 at 10:10

GoogleCodeExporter commented 8 years ago
Hi Reachrvel

It seems, you are using JDK 5. But our library is compiled on JDK 6. So please 
upgrade your jdk to make it work.

Regards
Tarun

Original comment by tar...@brickred.com on 14 May 2012 at 7:22

GoogleCodeExporter commented 8 years ago
Another option is to checkout and compile the code. If you like, we can compile 
and send a jar for you too.

Original comment by l...@brickred.com on 14 May 2012 at 7:56

GoogleCodeExporter commented 8 years ago

Original comment by l...@brickred.com on 14 May 2012 at 8:07

GoogleCodeExporter commented 8 years ago
Hey, that would be kind, if possible please send the jar compiled in JDK 5

thanks a lot,
Vel

Original comment by reachr...@gmail.com on 15 May 2012 at 5:01

GoogleCodeExporter commented 8 years ago
 [javac] class file has wrong version 50.0, should be 49.0
 [javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
 [javac] import org.brickred.socialauth.AuthProvider;
 [javac]                                ^
 [javac] 1 error

We are using socialauth-2.2.jar and we are using the Jdk 1.6 but still facing 
the problem during compilation. 

Original comment by erdivyan...@gmail.com on 29 Dec 2012 at 12:13

GoogleCodeExporter commented 8 years ago
Please use latest version of socialauth i.e. socialauth-3.0 and please make 
sure you are using jdk1.6.0_27 or higher.

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 31 Dec 2012 at 8:41