我已经安装了Eclipse Kepler和EPIC,Java Development Kit和ActivePerl。
当我创建一个Perl脚本并尝试将其作为Perl本地运行时,我收到错误
To operate correctly, EPIC requires a Perl interpreter
我不明白为什么会这样。我错了,因为我安装了Active Perl?为什么EPIC没有检测到我的Perl解释器?
我从the betas here安装了EPIC。我去了Help/Install new software/Add
然后我进入了这个链接并按照说明操作。然后我的Eclipse也重新启动了
由于上述错误,我仍然无法运行Perl脚本。
答案 0 :(得分:3)
您需要在Eclipse下的EPIC配置中指定Perl可执行文件的绝对路径。以下是步骤
Eclipse -> Window (on menu) -> Preferences -> PerlEPIC -> Perl Executable (on hte right hand side pane) -> /usr/bin/perl (this is my perl binary on ubuntu Linux)
/usr/bin/perl
部分很重要;这是我的Perl可执行文件。
注意:以上步骤取自我在Linux上运行的Eclipse,但我希望你明白这个想法
答案 1 :(得分:0)
确保在PATH环境中有perl
解释器(即,当您从cmd提示符发出perl
命令时,它将被找到)