Yes they do but look at the link peq sent me on Ardor3D forum, you can see that:
main - WindowWGLContext.createContextARBImpl: 3.3 (compatibility profile, any, new) - @creation, handle 0x201206f, share 0x0, direct true, wglCreateContextAttribsARB: 0x662a4860
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Unknown Source)
at jogamp.opengl.windows.wgl.WindowsWGLContext.createContextARBImpl(WindowsWGLContext.java:188)
at jogamp.opengl.GLContextImpl.createContextARB(GLContextImpl.java:617)
at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:281)
at jogamp.opengl.GLContextImpl.makeCurrentLocking(GLContextImpl.java:470)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:399)
at com.ardor3d.framework.jogl.JoglCanvasRenderer.init(JoglCanvasRenderer.java:130)
at com.ardor3d.framework.jogl.JoglAwtCanvas.init(JoglAwtCanvas.java:59)
at com.ardor3d.framework.jogl.JoglAwtCanvas.draw(JoglAwtCanvas.java:65)
at com.ardor3d.framework.FrameHandler.updateFrame(FrameHandler.java:90)
at com.ardor3d.example.canvas.JoglAwtExample.main(JoglAwtExample.java:135)
main: createContextARBImpl: NO 3.3 (compatibility profile, any, new) - @creation
Exception in thread "main" javax.media.opengl.GLException: Unable to create temp OpenGL context for device context 0x201206f
at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:294)
at jogamp.opengl.GLContextImpl.makeCurrentLocking(GLContextImpl.java:470)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:399)
at com.ardor3d.framework.jogl.JoglCanvasRenderer.init(JoglCanvasRenderer.java:130)
at com.ardor3d.framework.jogl.JoglAwtCanvas.init(JoglAwtCanvas.java:59)
at com.ardor3d.framework.jogl.JoglAwtCanvas.draw(JoglAwtCanvas.java:65)
at com.ardor3d.framework.FrameHandler.updateFrame(FrameHandler.java:90)
at com.ardor3d.example.canvas.JoglAwtExample.main(JoglAwtExample.java:135)
Maybe I'm wrong. I don't really know what is wrong as these examples work fine on other machines, I will perform some other tests on Windows.