Re: Using 2.4.0-rc-20210111 with Maven
Posted by DalekCraft2 on Dec 18, 2021; 7:40pm
URL: https://forum.jogamp.org/Using-2-4-0-rc-20210111-with-Maven-tp4041535p4041548.html
Maven downloads them fine if it uses https instead of http, but the code can not be compiled because IntelliJ IDEA gives this error as an inspection:
"Package 'com.jogamp.opengl.util.texture' is declared in module with an invalid name ('jogl.all.v2.4.0.rc4')"
and this when trying to run:
"java: package com.jogamp.opengl.util.texture is not visible
(package com.jogamp.opengl.util.texture is declared in the unnamed module, but module me.dalekcraft.structureedit does not read it)"
It also does not recognize the "jogl.all" module name which was used in 2.3.2, because these dependencies use the unnamed module.