Getting Started with Visual SceneMaker


Visual SceneMaker is developed in Java and runs on a variety of platforms like Linux, Windows, Mac OS and Solaris. Of course, the Oracle Java Development Kit should be installed and set as the default JDK.

Installation of Java JDK

  1. Go online and visit the website of Oracle.
  2. Download the latest version[1.8] of Java JDK and save it on disk.
  3. Install the Java JDK to \jdk
  4. Add the path \jdk as the environment variable JAVA_HOME

Visual SceneMaker is developed as a Java Free Form Project with the NetBeans IDE and Apache ANT. Therefore, both should also be installed

Installation of Apache Ant

  1. Go online and visit the website of The Apache Ant Project.
  2. Download the latest version of Apache Ant and save it on disk.
  3. Unzip the downloaded .zip file to \ant
  4. Add the path \ant as the environment variable ANT_HOME
  5. Add the path \ant\bin to the environment variable Path.

Installation of Netbeans IDE

  1. Go online and visit the NetBeans website
  2. Click the Download button for the download option that you want to install.
  3. Save the installer file to your system and follow the installation wizard

If everything went smoothly, you should be able to open, compile and run the Visual SceneMaker project from NetBeans.