I have a Java class that has the following two imports:
import javax.media.opengl.GL;
import javax.media.opengl.GL3;
Eclipse is able to use the attached jar to resolve the first one for GL but it gives me an error on the second one saying it can't resolve the GL3 one.