1

For the vast majority of you this will probably be straightforward, but I need help installing the sphinx4 speech recognition software. In particular, using cygwin to do so.

1) how does one set the environmental path variable to the java sdk (I had to install NetBeans)

2) Does one need to install ant if the ant libraries are already present in NetBeans?

3) Is there a better way to import the sphinx jars into my .java project in NetBeans than through using Cygwin?

I don't know where I've been going wrong and could use any and all help

4

1 回答 1

2

用于设置环境变量。

1) 右键单击​​桌面上的我的电脑图标,然后选择属性。

2) 单击高级选项卡。

3) 单击环境变量按钮。

4) 在系统变量下,单击新建。

5) 输入变量名称为JAVA_HOME

6) 输入变量值作为Java Development Kit 的安装路径。如果您的 Java 安装目录的路径名中有空格,则应e.g. C:\Progra~1\Java\jre6在环境变量中使用缩短的路径名 ( )。

64 位系统上的 Windows 用户注意事项

Progra~1 = 'Program Files'
Progra~2 = 'Program Files(x86)'

7) 单击确定。

8) 单击应用更改。

9) 关闭在您进行这些更改之前打开的所有命令窗口,然后打开一个新的命令窗口。无法从活动的命令提示符重新加载环境变量。如果重新打开命令窗口后更改仍未生效,请重新启动 Windows。

10) 如果你运行的是 Confluence EAR/WAR 发行版,而不是常规的 Confluence 发行版,你可能需要重启你的应用服务器。

如果 ant 库已经存在于 NetBeans 中,是否需要安装 ant?

不,您不需要再次安装它。

有没有比使用 Cygwin 更好的方法将 sphinx jars 导入我在 NetBeans 中的 .java 项目中?

使用Cygwin(Windows 中的 linux 环境)肯定有效,但不确定是否有其他方法。

于 2013-07-17T21:22:01.573 回答