= jMonkeyEngine 3 -- Source Structure :author: :revnumber: :revdate: 2016/03/17 20:48 :relfileprefix: ../ :imagesdir: .. ifdef::env-github,env-browser[:outfilesuffix: .adoc] An overview of the source structure of the JME3 project. In order to support both Desktop and Android Java platforms, it was necessary to split the source code into several parts. This wiki page describes the packages and their purpose. Status: Up-to-date for JME3 beta. == Structure of src directory You can build jME using the included build.xml script: `ant clean; ant jar; ant run` When building the sources in a project created with another IDE, include every folder under `src` in the project as its own separate source root. === Core [cols="2", options="header"] |=== >.