tomat 430f2cef92 fixed missed defaults for options query_mode and force_all_words in Java API ( #712 ) преди 15 години
..
MANIFEST.MF a84151bfcf automated sphinxapi.jar building преди 18 години
Makefile b29809f052 builds with JDK 1.4 now преди 17 години
README 1c8746a949 builds on Unix again преди 18 години
SphinxClient.java 430f2cef92 fixed missed defaults for options query_mode and force_all_words in Java API ( #712 ) преди 15 години
SphinxException.java 7df7aa1260 style, comments, bugfixes преди 18 години
SphinxMatch.java 7df7aa1260 style, comments, bugfixes преди 18 години
SphinxResult.java 7df7aa1260 style, comments, bugfixes преди 18 години
SphinxWordInfo.java b5c347b18e 32bit safety (proper handling of unsigned int values) преди 18 години
mk.cmd 27e762e257 style does matter преди 18 години
mkdoc.cmd 27e762e257 style does matter преди 18 години
test.java 5a444a01b6 merged from rel099 branch upto r2080 преди 16 години

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'

5) Warnings about "unchecked" mode on 1.5+ are caused by keeping
the code compatible with 1.4. Fix suggestions are welcome.

--eof--