LWJGL Forum

Programming => OpenGL => Topic started by: JoshuaD on April 20, 2006, 08:44:51

Title: I can't get OpenGL/SWT/LWJGL to work.
Post by: JoshuaD on April 20, 2006, 08:44:51
I'm trying to run the code in this snipet: link (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet195.java).

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?
Title: I can't get OpenGL/SWT/LWJGL to work.
Post by: Matzon on April 20, 2006, 10:13:57
need 3.2m3 at least