我通常使用 Eclipse IDE 从 Java 项目编译和执行。现在,我需要编写一个 bash 脚本来将此任务提交到集群。我的项目包含 3 个包,并且是按照 Maven 架构编写的。谁能提示我如何在我的 bash 脚本中包含执行 java 程序的任务?
我尝试了不同的方法,例如首先尝试使用命令行执行项目,但它不起作用。我已经阅读了这篇文章中提供的回复:Compiling and running multiple packages using the command line in Java and some others,但没有帮助。
谢谢您的帮助。