Netbeans, Gradle and Jogl, crash
问题 I am trying to learn and implement Gradle in one of my project. I installed the Netbeans Gradle plugin and after looking a couple of tutorials (and running successfully a couple of test projects), I tried the big step. I successfully solved all the Jogl dependencies modifying the build.gradle script as follow: apply plugin: 'java' sourceCompatibility = '1.8' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' // NetBeans will automatically add "run" and "debug" tasks relying on the //