No autorelease pool with JOGL

好久不见. 提交于 2019-12-05 07:52:32

If you have swt.jar in your classpath and are not using it, you should remove it.

I got rid of the errors, it was pretty stupid, after all. I found the solution a few days ago already: setting -Djava.awt.headless=true with the java terminal command. But, I did not know how to do this in Eclipse, so I tried putting it into Program Arguments, which is, I now realize, quite stupid. Putting it into JVM Arguments helped and solved the problem, I am now encountering the next. I hope this helps other people having the same problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!