jMonkeyEngine3 Requirements

This page shows software and hardware requirements from two points of view:

  • For the Java developers who create games; and

  • For the users (your customers) who play the games that you created.

For Developers

These are the minimum requirements for developers who create games using the jMonkeyEngine SDK:

Operating system Mac OS X, Windows, Linux

Memory (JVM heap size)

> 40 MB + memory for assets.

CPU

> 1 GHz

Graphic card

AMD/ATI Radeon 9500, NVIDIA GeForce 5 FX, Intel GMA 4500, or better supporting OpenGL 2.0 or better. (native libraries are included in download)
Mac OS, only OpenGL 3.2 is available; You need to specify OpenGL 3.2 in AppSettings, you can’t use OpenGL 2.0.

All platforms:
If you use the LWJGL3 library (LWJGL2 is default), you need a specific launch argument (-XstartOnFirstThread), and thus can’t use any launchers not using the main thread. Because of this, calls to app.start() hang as it uses the current thread.

See the forum post LWJGL v2 versus v3 for additional details.

Java Development Kit

JDK 7 or higher
Your development team gets the Java Development Kit for free from http://www.java.com.
Mac OS, see apple.com.
At least intermediate Java experience is required.

We recommend using the SDK as game development environment (IDE). However, any third-party Java IDE (and even a text editor and the commandline) will work fine together with the jME framework if you are experienced with the tool of your choice. For requirements of other IDEs, please see the third party’s documentation.

For Users

These are the minimum requirements for your customers, users who play the games that were created using the jMonkeyEngine3 framework:

Operating system Mac OS X, Windows, Linux

Memory (JVM heap size)

> 10 MB + memory for assets. (models, textures, sounds, etc, of a particular game)

CPU

> 1 GHz

Graphic card

AMD/ATI Radeon 9500, NVIDIA GeForce 5 FX, Intel GMA 4500, or better supporting OpenGL 2.0 or better. (native libraries are included in download)
Mac OS requires OpenGL 3.2.

(For mobile games only) Android 2.2 OS, graphics card supporting OpenGL 2

Java Runtime

Java 5 or higher.
The Java Virtual Machine (JVM) is required to run jME games.
The JVM is often preinstalled, if not, your users get it for free from http://www.java.com.
Mac OS, see apple.com.

Make sure to inform your users about these requirements.