Once downloaded, move to a path that does not contain spaces and is short (e.g. c:\temp\tutorial
or /home/user/tutorial
).
The only required software is Oracle Java 8. The software should "just work" on Windows, Mac OS, and Ubuntu (>= 14). Some platform-specific notes:
- To run: double-click
debugger.bat
oreater.bat
- Depending on existing applications, you may need to download and install the Visual C++ Redistributable for Visual Studio 2015
- Spaces or very long paths may cause the software not to run
- To run: open the
Terminal
application, runpath/to/tutorial/eater.sh
ordebugger.sh
(you can also right-click, Open With, Other, select Terminal from Applications/Utilities)
- To run: open the
Terminal
application, runpath/to/tutorial/eater.sh
ordebugger.sh
- To install the Oracle JDK, execute the following commands in the terminal:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer