Im not sure if this is specifically a lwjgl issue, but I am seeing an issue where running a program results in a border-less window being created. The opengl content still get rendered but there is no windows, and there are no errors either.
I turned off compiz and the issue went away. So I am certain it is a bad interaction with compiz and something. I am just not sure what. Any help will be appreciated.
I think this a compiz/driver issue. Try running a native (windowed) OpenGL program first to check.
- elias
Have you tried to do a:
export AWT_TOOLKIT=MToolkit
Before starting your app ?