LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: Diablo-D3 on December 10, 2010, 15:24:20

Title: [RFE] lwjgl can't run with headless jre or with DISPLAY unset
Post by: Diablo-D3 on December 10, 2010, 15:24:20
I think I finally figured out why running my OpenCL app with DISPLAY unset gives the ELFCLASS32 error somewhere around the loading of awt: lwjgl was never designed to run with a headless jre or with -Djava.awt.headless=true.

Before OpenCL, this would have never been tested because who runs OpenGL headless, but now that apps like mine legitimately exist, this bug shows up.