Login  Register

Re: Available GLVersions not set for EGLGraphicsDevic

Posted by thierryMilard on Jan 22, 2023; 6:17pm
URL: https://forum.jogamp.org/Available-GLVersions-not-set-for-EGLGraphicsDevic-tp4040111p4042083.html

re: "Hello

Thank you for the feedback. Would you like to use our Maven development repository? It's not doable yet as it doesn't contain the release candidate but if it can help, let us know."

==> Hello Julien Gouesse.
I have read the last thread. In I also trying to upgrade my osoftware to a more moderne approch ( using MAVEN, using latest java JDK, using your java3D 1.7 that uses JOGL)
I am at last almost there.

But if I use MAVEN to get version7 with this POM under, then I get this error : "Could not find artifact org.jogamp.java3d:j3dcore:pom:1.7.0 in central (https://repo.maven.apache.org/maven2)"

        <dependency>
            <groupId>org.jogamp.java3d</groupId>
            <artifactId>j3dcore</artifactId>
            <version>1.7.0</version>
        </dependency>

        <dependency>
            <groupId>org.jogamp.java3d</groupId>
            <artifactId>j3dutils</artifactId>
            <version>1.7.0</version>
        </dependency>

        <dependency>
            <groupId>org.jogamp.java3d</groupId>
            <artifactId>vecmath</artifactId>
            <version>1.7.0</version>
        </dependency>





If I could use a dependency to load the java3D 1.7, I would love it.