#LWJGL with Eclipse
1 messages · Page 1 of 1 (latest)
<@&987246527741304832> please have a look, thanks.
share the full error
When I hover over the import it says The package org.lwjgl is not accessible
Here's the error when running the project:
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
The package org.lwjgl.opengl is not accessible
The package org.lwjgl is not accessible
The package org.lwjgl is not accessible
The package org.lwjgl.opengl is not accessible
The package org.lwjgl is not accessible
The package org.lwjgl is not accessible
The package org.lwjgl is not accessible
The type org.lwjgl.opengl.GL11 is not accessible
The package org.lwjgl is not accessible
The package org.lwjgl is not accessible
Version cannot be resolved
Detected code, here are some useful tools:
just running the example code from here https://www.lwjgl.org/guide
Full error is larger with all the function names
delete your module-info.java file
that eclipse added
thats the easiest way to explain