I can't get OpenGL/SWT/LWJGL to work.

Started by JoshuaD, April 20, 2006, 08:44:51

Previous topic - Next topic

JoshuaD

I'm trying to run the code in this snipet: link.

I get the following errors:

the import org.eclipse.swt.opengl cannot be resolved
GLData cannot be resolved to a type
GLCanvas cannot be resolved to a type


The errors are on lines 25 and 26:

import org.eclipse.swt.opengl.GLCanvas;
import org.eclipse.swt.opengl.GLData;


I've been trying to get this to work for about an hour, but I'm missnig something, anyone?

Matzon