Has anyone had any experience installing the jme sdk on a headless PC?
I want to install it on a ubuntu linux build server, but the installer clearly doesn’t have a no-ui mode:
root@pulsar:/opt# ./jme3.sh
Configuring the installer…
Searching for JVM on the system…
Preparing bundled JVM …
Extracting installation data…
Running the installer wizard…
Can`t initialize UI
Running in headless mode
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
Exception: java.awt.HeadlessException thrown from the UncaughtExceptionHandler in thread “main”
Obviously I am, otherwise you couldn’t download the SDK or get updates for it
Thats also why I wonder what you intend to do. You don’t need the whole SDK to build a jME project, just ANT and the jME jar files, check the build.properties file in the SDK settings folder to see what properties you have to supply to the ANT build process.