0

I have an RCP application packaged by a PDE build. Also in this application in one of the plugins I have a directory called "scripts" with shell scripts that I want to run. Everything works ok if I run the app from eclipse.

The weird thing is that when running PDE build the scripts directory ends up in the plugin jar. As a consequence when starting the application(outside eclipse) it cannot run the scripts.

4

1 回答 1

0

由于缺乏解决方案,我完全删除了脚本目录并用解决方法替换了功能:我只使用 System.exec(..) 运行单个命令

于 2013-06-04T08:30:52.930 回答