Mailing List Archive

Lucene on java 1.1
Hi folk,

I had to use lucene on old jdk. So i noticed that the build.xml file
does not secify a target for the bytecode. The bytecode generated by
default depends on the jdk. The binary you distribute use a bytecode
with number 46.0 which can't run on a vm 1.1.

So i had to had a target="1.1" so taht the bytecode generated by my jdk
1.4 can be understand by a older jdk (bytecode 45.3).

After doing that every worked out "out of the box"

--

Trémont romain
EPITA promotion 2004
Stagiaire chez AIS
http://www.xml-ais.com/


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>