sphinx helloworld代码出错

时间:2014-01-06 18:48:21

标签: java eclipse cmusphinx

我正在尝试设置sphinx,我正在关注this教程。 当我从" sphinx4-0.1alpha-src&#34 ;;复制并粘贴你好世界的代码时我在网上收到错误:

} catch (InstantiationException e) {
  

错误说InstantiationException的Unreachable catch块。

永远不会从try语句主体抛出此异常。 我的意思是我没有写这段代码,甚至在视频中也有这条线,但没有出现错误。我知道这不是什么大问题,如果我运行程序并单击避免错误,它运行正常。 enter image description here [我正在使用Eclipse" eclipse-standard-kepler-SR1-win32-x86_64"在Windows 8机器上]

该文件夹中的文件列表: build.xml文件 hello.gram helloworld.config.xml HelloWorld.java helloworld.Manifest 的README.html

问题 - 为什么我会看到这个错误? (我认为代码中没有问题,因为它是sphnix的alpha版本)

1 个答案:

答案 0 :(得分:1)

可能是因为永远不会从try{}块中声明抛出此异常,只需删除最后一个catch块