noob: what java SDK version and what code style?

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

noob: what java SDK version and what code style?

TMGeorge
Hi there,
I am not a java pro and I played with jogl years ago. I just wanted to get into it again but I struggle to get
modern-jogl-examples again running with latest eclipse and open jdk 19 and JOGL 2.3.2.  It worked after switching to jdk 8.

Do I have to use jdk 8 or can I use a higher one?

rgds
  tmg
Reply | Threaded
Open this post in threaded view
|

Re: noob: what java SDK version and what code style?

gouessej
Administrator
Hello

There are easier examples to use as a first step:
https://jogamp.org/wiki/index.php?title=Jogl_Tutorial

I use OpenJDK 17 and it works but you have to use many --add-opens clauses to make it work as I explained many times on this forum.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: noob: what java SDK version and what code style?

gouessej
Administrator
In reply to this post by TMGeorge