Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前有 1.8 的 java 版本,但我想通过 eclipse 制作 1.7 版本的 Runnable jar 文件,因为我无法在服务器上执行生成的 1.8 版本的 jar 文件。所以,我想降级 jar 文件的版本。请告诉我一些步骤。
将项目级别的 java 编译版本更改为 Java 1.7,然后从 eclipse 制作 jar:
进入项目设置Right click -> Properties
Right click -> Properties