Finally Success!!!!!
- patel22y
- Apr 2, 2015
- 1 min read
So Audrey was amazing and figured out that we were missing a jar file! We are now using the Sphinx4-Samples dowload with 3 jar files: core, data, and samples.
We used the following websites as reference:
(1) http://cmusphinx.sourceforge.net/wiki/tutorialsphinx4
(2) https://oss.sonatype.org/#nexus-search;quick~sphinx
(3) http://stackoverflow.com/questions/8982730/unsupportedclassversionerror-unsupported-major-minor-version-51-0-unable-to-load
(4) http://stackoverflow.com/questions/8454590/jar-file-has-no-source-attachment-jar-file-includes-source-code
First, we dowload and import the jar files:


Running the files gives an error though, because class path is not set properly.

So then, we had to set up the class pathways....


Comments