It’s very easy to run RockOn Fuzzy. Just proceed as follows to install the application, build controller files using the Fuzzy Editor and test the resulting controller in the simulation environment.
If you are a developer yourself and want to extend the functionality of RockOn Fuzzy you might be bored of this stuff and maybe have a look at the developer guide.
Install Java
Make sure you have Java installed. To run RockOn Fuzzy you need at least version 1.6.
Download Executable Jar Files
Have a look at our download section.
Download the Fuzzy Editor and Fuzzy Simulation archives. It’s recommended to take the executable Jar files for unversed users, because it’s very easy to get the application started using this files.
Execute the downloaded Files
Use the following command to execute a jar file:
java -jar myJarFile.jar
We used the FatJar exporter to build our jar files. It is an advantage, as you need not to specify any classpathes to required libraries, because they are all packed within our archive.
To run the Fuzzy Editor just execute the following command on your console:
java -jar FuzzyEditor_FatJar.jar
It’s very similar to run the Simulation:
java -jar FuzzySimulation_FatJar.jar
Hint: Make sure you have the lwjgl native library in your application root folder.