-
Notifications
You must be signed in to change notification settings - Fork 13
Command Line Tutorial
Jasper Nalbach edited this page May 11, 2016
·
1 revision
- Go to the template project on GitHub
- Click "Download ZIP"
- Extract the files and open the folder
- open a command line/terminal
- run
ant all- If you see
BUILD SUCCESSFULat the end of the output, everything works fine. - Otherwise you'll see
BUILD FAILED, then something went wrong.
- If you see
Possible issues:
-
If a
java.security.InvalidKeyExceptionappears, most likely the JCE Policy files are missing. Please follow the steps on the FAQ page. -
Make sure you have Java 8 installed. Type
java -version, on Windows the output should look like this:C:\WINDOWS\system32>java -version java version "1.8.0_77" Java(TM) SE Runtime Environment (build 1.8.0_77-b03) Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)