Java Question PARSE ERROR: unsupported class file version 52.0

jkhazraji

Active Member
Licensed User
Longtime User
I compiled a library in Eclipse and exported it to b4a . I ensured no error in Eclipse code and generated the jar and xml files. but as I used it and ran the project on emulator I got the following error:

PARSE ERROR:
unsupported class file version 52.0
...while parsing jbc/jbc.class
1 error; aborting

I have read that it is because of JDK (1.8 vs 1.7) incompatibility. I wonder what to do to correct this error:(
What could I have missed:rolleyes:?
Edit: I also ensured that it is running as a Java Application inside Eclipse IDE with some modifications
 
Top