I saw this list of major version numbers for Java in another post:
- Java 1.2 uses major version 46
- Java 1.3 uses major version 47
If you're having some problem about "error compiler of class file", it's possible to resolve this by changing the project's JRE to its correspondent through Eclipse.
I did that and it worked.