oh yes of course. here it is.
BTW is there a way of resolving the ‘… 6 more’ at the end?
net.java.games.jogl.GLException: java.lang.ClassNotFoundException: net.java.games.jogl.impl.windows.WindowsGLContextFactory
at net.java.games.jogl.impl.GLContextFactory.getFactory(GLContextFactory.java:76)
at net.java.games.jogl.GLCanvas.<init>(GLCanvas.java:72)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:117)
at net.java.games.jogl.GLDrawableFactory.createGLCanvas(GLDrawableFactory.java:80)
at renderer.Window.init(Window.java:97)
at application.Controller.init(Controller.java:52)
at application.Main.main(Main.java:19)
Caused by: java.lang.ClassNotFoundException: net.java.games.jogl.impl.windows.WindowsGLContextFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at net.java.games.jogl.impl.GLContextFactory.getFactory(GLContextFactory.java:62)
... 6 more