List of Java class file format major version numbers?

前端 未结 4 1251
闹比i
闹比i 2020-11-22 12:18

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
4条回答
  •  太阳男子
    2020-11-22 12:48

    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.

    1. Build path
    2. Configure build path
    3. Change library to correspondent of table that friend shows last.
    4. Create "jar file" and compile and execute.

    I did that and it worked.

提交回复
热议问题