I'm setting up LWJGL with IntelliJ - everything worked fine until I had to compile the template code. I have this error:
GLFW may only be used on the main thread and that thread must be the first thread in the process. Please run the JVM with -XstartOnFirstThread. This check may be disabled with Configuration.GLFW_CHECK_THREAD0.
I went to the edit configurations menu and did this:
This changed nothing and I'm getting the exact same error. Can someone help please?