update for support of modern JDKs #113

Closed
fabrice-ducos wants to merge 26 commits from fabrice-ducos/master into master
Showing only changes of commit 1b8d7c7485 - Show all commits

View File

@@ -2,12 +2,17 @@
Compile with: `ant` or `ant jar-jse` Compile with: `ant` or `ant jar-jse`
(this will build only the project for Java Standard Edition)
Then test with: `./luaj` Then test with: `./luaj`
(or `luaj.bat` on Windows) (or `luaj.bat` on Windows)
There is no guarantee that `ant all` still compiles for the moment If you need JME support (Java Micro Edition, specifically for mobiles),
(though that may be fixed in a future version). this fork is not recommend.
You can try `ant all` or `ant jar-jme`, but there is no no guarantee that it
will even compile (though that may be fixed in a future version).
This fork aims to fix some issues met with luaj 3.0.2, still present in This fork aims to fix some issues met with luaj 3.0.2, still present in
[luaj/luaj](https://github.com/luaj/luaj) at [luaj/luaj](https://github.com/luaj/luaj) at