Re: lucene build failure on Windows using pylucene 9.7.0

2024-10-21 Thread Gautam Worah
Hi Prashant, >From your error it looks like the system is somehow trying to run code compiled with Java 23 (major version 67) but is unable to. Gradle 7.6 only has support for Java 19 and lower. Java 23 support was added in Gradle 8.10+. Try running it with JDK 19 or alternatively, the JDK recomm

lucene build failure on Windows using pylucene 9.7.0

2024-10-21 Thread Prashant Saxena
Hello, OS : Windows 10 PyLucene : 9.7.0 JDK : 23.0 Although I can download the binary distribution of version 9.7.0, I have decided to build it from scratch as I am new to javascript and lucene. It will help me learn. 1. downloading and extracting pylucene 2. cd lucene-java-9.7.0 3. gradlew.bat