README 725 B

1234567891011121314151617181920212223242526
  1. Sphinx Java API notes
  2. ----------------------
  3. 0) THIS IS A WORK IN PROGRESS. COMPATIBILITY-BREAKING CLASS INTERFACE
  4. CHANGES STILL MIGHT BE PERFORMED. SUGGESTIONS ARE WELCOME.
  5. 1) Officially supported JDKs are 1.5 and above.
  6. 2) The code would probably build with prior JDK versions as well,
  7. but since JDK 1.4 is already in End-Of-Life transition period,
  8. this could be gradually dropped.
  9. 3) To build `sphinxapi.jar':
  10. - make sure that `javac' and `jar' are in PATH
  11. - make sure JAVA_HOME is properly set
  12. - issue `make'
  13. 4) To run sample client program:
  14. - issue `java -jar sphinxapi.jar'
  15. 5) Warnings about "unchecked" mode on 1.5+ are caused by keeping
  16. the code compatible with 1.4. Fix suggestions are welcome.
  17. --eof--