Login  Register

Re: Text without AWT?

Posted by adi on Mar 02, 2017; 3:39pm
URL: https://forum.jogamp.org/Text-without-AWT-tp4037684p4037719.html

Hi
My pom works good.There is nothing broken.
I load

<dependencies>
                <dependency>
                        <groupId>org.jogamp.gluegen</groupId>
                        <artifactId>gluegen-rt-main</artifactId>
                        <version>2.3.2</version>
                </dependency>
        <dependency>
                        <groupId>org.jogamp.jogl</groupId>
                        <artifactId>jogl-all-main</artifactId>
                        <version>2.3.2</version>
                </dependency>
                <dependency>
                        <groupId>org.jogamp.jogl</groupId>
                        <artifactId>nativewindow-main</artifactId>
                        <version>2.3.2</version>
                </dependency>
                <dependency>
  <groupId>org.jogamp.joal</groupId>
  <artifactId>joal-main</artifactId>
  <version>2.3.2</version>
                </dependency>
 </dependencies>

But i have seen that the dependency path 'atomic' ist not
in the repository, so that jogl-fonts-p0.jar can't be loaded.
The rest is ok.