Re: How to add JOGL to a Gradle project
Posted by Fiskpinnar on Aug 26, 2021; 3:08pm
URL: https://forum.jogamp.org/How-to-add-JOGL-to-a-Gradle-project-tp4041218p4041223.html
Thank you for the help. I do not succeed in compiling the example though. I follow the instructions line by line but I get a lot of importing errors like this:
demos\es2\RawGL2ES2demo.java:31: error: package com.jogamp.opengl does not exist
This is the same error I got on every other example I have tried to run also.
I am using Windows 10 x64 and have tried both compiling with Java 16 and Java 8.
What am I doing wrong here?
EDIT: Windows is using ; instead of : to seperate the jar files in the commands used to import it. Now The example works.