In order to build the project you need Apache Ant and Oracle JDK version 8.
-
Download Apache Ant from https://ant.apache.org/bindownload.cgi
The build has been tested with Ant version 1.10.7
-
Download Oracle JDK 8 from Java Download Archive
The build has been tested with version 8u192, though it is likely compatible with any JDK version from 8u112 to 8u202.
Note, the build is NOT compatible with:
-
Java 9 and later
-
Java 8 updates before 8u112
-
any version of OpenJDK.
-
-
Have Apache Ant and Oracle JDK 8 installed on your system.
-
Open the build.sh with a plain text editor.
-
Specify values of the ANT_HOME and JDK8_HOME variable.
-
Save the updated build.sh file.
-
Open command line terminal and go to the ant directory (
cd ant
) -
Run the build.sh shell script (
./build.sh
) -
When the build successfully completes, find built application in the build/.dist/deskzilla directory.
Find ZIPed application in the build/.dist/deskzilla-NNNN.zip file.
For more details see the build documentation
To start the built application run the start up script from command-line terminal. The script is in the:
-
deskzilla.sh for Mac
-
linux_deskzilla.sh for Linux
-
deskzilla.bat for Windows
You can pass workspace location as command-line parameter.
Deskzilla requires Oracle Java8 updates 8u112 to 8u202 (versions 8u192 or 8u202 are recommended). Java either must be available on the PATH environment variable or JAVA_HOME variable must be defined and point to the corresponding JRE or JDK.
Copyright 2004–2020 ALM Works, Inc. This work is licensed under the terms of GPL v3 license. If you require a different license, please contact info@almworks.com.