我有一个在 eclipse 中开发的 groovy 项目,其中有一个包(hello)和一个 groovy 类(helloWorld.groovy)。我已经导出了 jar(说 HelloWorld.jar)。我正在尝试通过以下方式在 unix 中执行此 jar:-
groovy -cp /tmp/HelloWorld.jar hello.helloWorld
但得到以下错误: -
Caught: java.io.FileNotFoundException: /tmp/hello.helloWorld (/tmp/hello.helloWorld)
java.io.FileNotFoundException: /tmp/hello.helloWorld (/tmp/hello.helloWorld)