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.
我想将我在 Eclipse 中制作的项目发送给其他人,所以我尝试在我的工作区中运行该项目。但是我没有运行它的软件。(除了eclipse)我应该使用什么软件?
我没有运行它的软件。(除了eclipse)我应该使用什么软件?
你应该使用Java。Eclipse 只是一个 IDE,因此它不会运行您的 Java 程序。Java 可以。将您的程序导出为 JAR,如果您安装了 Java,您可以通过双击它来运行 JAR,或者从命令行运行它:
java -jar file.jar
第一步
第二步
第三步
瞧!