how to build gluegen with Java 11

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to build gluegen with Java 11

gbburkhardt
The Wiki instructions for building gluegen require the location of 'rt.jar'.  But, of course, Java 11 has done away with that.  So is it possible to build gluegen with Java 11?  What are the instructions for that?
Reply | Threaded
Open this post in threaded view
|

Re: how to build gluegen with Java 11

gouessej
Administrator
Maybe Martin can answer as he did it. You can still set the boot classpath to Java 8 but compile with Java 11 to make it work as is.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: how to build gluegen with Java 11

Martin
Hi,

Yes I confirm I did what Julien said. I just don't remember if I took rt.jar from Java 8 or 9.

To your knowledge, the version I packed that you can find here has been evaluated on several JDK version (11 among other) and hardware. See the summary here. Maybe this will help you.