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.
我创建了一个 pom.xml 来编译 java 文件。它工作正常。在目标文件夹中,当我运行 mvn install 命令时,会生成一个可执行 jar。现在如何在另一个系统上部署/运行这个 jar 文件?基本上我需要在另一个系统上部署我的构建。这怎么可能?
请帮忙。
古塔米
将jar复制到其他系统并使用java -jar filename.jar
java -jar filename.jar