junior 27e762e257 style does matter %!s(int64=18) %!d(string=hai) anos
..
MANIFEST.MF a84151bfcf automated sphinxapi.jar building %!s(int64=18) %!d(string=hai) anos
Makefile a84151bfcf automated sphinxapi.jar building %!s(int64=18) %!d(string=hai) anos
README 0c0ed990bd java api notes %!s(int64=18) %!d(string=hai) anos
SphinxClient.java 27e762e257 style does matter %!s(int64=18) %!d(string=hai) anos
SphinxDocInfo.java 4c69783aa4 Internal fixes %!s(int64=18) %!d(string=hai) anos
SphinxException.java 27e762e257 style does matter %!s(int64=18) %!d(string=hai) anos
SphinxResult.java 4c69783aa4 Internal fixes %!s(int64=18) %!d(string=hai) anos
SphinxWordInfo.java 58c21fb639 Code style fixes %!s(int64=18) %!d(string=hai) anos
mk.cmd 27e762e257 style does matter %!s(int64=18) %!d(string=hai) anos
mkdoc.cmd 27e762e257 style does matter %!s(int64=18) %!d(string=hai) anos
test.java 27e762e257 style does matter %!s(int64=18) %!d(string=hai) anos

README

Sphinx Java API notes
----------------------

0) THIS IS A WORK IN PROGRESS. COMPATIBILITY-BREAKING CLASS INTERFACE
CHANGES STILL MIGHT BE PERFORMED. SUGGESTIONS ARE WELCOME.

1) Officially supported JDKs are 1.5 and above.

2) The code would probably build with prior JDK versions as well,
but since JDK 1.4 is already in End-Of-Life transition period,
this could be gradually dropped.

3) To build `sphinxapi.jar':

- make sure that `javac' and `jar' are in PATH
- make sure JAVA_HOME is properly set
- issue `make'

4) To run sample client program:

- issue `java -jar sphinxapi.jar'

--eof--