Login  Register

Re: Upgrading from JOGL 2.3.2 to Current master for Java 11 support

Posted by aldebaran30701 on Feb 07, 2020; 5:08am
URL: https://forum.jogamp.org/Upgrading-from-JOGL-2-3-2-to-Current-master-for-Java-11-support-tp4040335p4040344.html

So I ensured JAVA_HOME was set to the correct version which it was, but then also checked path. Path did not include the JAVA_HOME. It had a direct path variable to an old version of java. I fixed that.
It got further into building.

I then had an issue of no GCC compiler, so I installed MINGW and then downloaded the dependencies for GCC.
It built even further but errored on GAWK not found.

I built again with -d -v tags and for some odd reason it was successful this time.

This is unrelated to the above issue, but if I wanted to use something like Ivy to download the dependencies, would I be able to point it to the web page showing releases like this? https://jogamp.org/deployment/archive/rc/v2.4.0-rc-20200202/
Currently it uses ivy to download from maven central, but your most recent version 2.4.0 is not on maven. Any suggestions for other ways to do it without having to host my own repository or manage the files locally with the project?

TLDR; I need to upgrade, but the newest version is not on maven to just change the dependency pointers