- Download DashO for Android & Java on PreEmptive Solutions and then extract it into a local directory. For example:
D:\programming\DashO-10.3
. - Download Java SE Development Kit 8 and install it.
- Download Apache Ant and extract it into a local directory. For example:
D:\programming\apache-ant-1.10.8
. - Put the license file dasho.dat into the DashO directory.
- Add a user variable DASHO_HOME with the path of DashO directory. For example:
D:\programming\DashO-10.3
. - Add a user variable DASHO_JAVA_HOME with the path of JDK directory. For example:
C:\Java\jdk1.8.0_251
. - Add a user variable ANT_HOME with the path of Apache Ant. For example:
D:\programming\apache-ant-1.10.8
. - Edit the system variable PATH, add the following paths.
C:\Java\jdk1.8.0_251\bin
D:\programming\apache-ant-1.10.8\bin
By default, the DashO scripts use the java defined in the JAVA_HOME to execute the application. In this section, the scripts will be updated to use the java defined in DASHO_JAVA_HOME to execute the application.
Different version of DashO may have slight differences in the content of scripts, please update the scripts if any changes apply.
- Replace the string
java
with"%DASHO_JAVA_HOME%\bin\java"
. - Replace the string
jar -uf
with"%DASHO_JAVA_HOME%\bin\jar" -uf
. - Replace the string
ant-dasho.jar
with"%DASHO_HOME%\ant-dasho.jar"
.
- Replace the string
"%DASHO_HOME%ant-dasho.jar"
with"%DASHO_HOME%\ant-dasho.jar"
.
- Replace the string
java %memoryStartArg%
with"%DASHO_JAVA_HOME%\bin\java" %memoryStartArg%
. - Replace the string
"%DASHO_HOME%DashOPro.jar"
with"%DASHO_HOME%\DashOPro.jar"
.
- Replace the string
javaw %memoryStartArg%
with"%DASHO_JAVA_HOME%\bin\javaw" %memoryStartArg%
. - Replace the string
"%DASHO_HOME%DashOProGUI.jar"
with"%DASHO_HOME%\DashOProGUI.jar"
. - Replace the string
-splash:"%DASHO_HOME%splash\splash.png"
with-splash:"%DASHO_HOME%\splash\splash.png"
. - Replace the string
"%HOMEDRIVE%%HOMEPATH%\dashorc.bat"
with"%HOMEDRIVE%\%HOMEPATH%\dashorc.bat"
.
- Replace the string
"%DASHO_HOME%DashOPro.jar"
with"%DASHO_HOME%\DashOPro.jar"
.
- Fully register DashO in any environment where the DashO GUI can be started.
- Get the License Files from the following directory.
Windows system: %ALLUSERSPROFILE%/PreEmptive Solutions/DashO
Linux system: /Library/Application Support/PreEmptive Solutions/DashO
Linux system: ~/Library/Application Support/PreEmptive Solutions/DashO
Unix-like System: ~/.preemptivesolutions/dasho
- Copy the following License Files to the above directory or home directory of target server.
dasho.dat
dashov.dat
- Navigate to the DashO Home directory.
- Double click the file dashogui.bat or DashOProGUI.jar to launch the GUI version of DashO.
- Enter the License provied in the license email.
- The activation should be completed automatically.
- Navigate to the DashO directory and then execute the following command.
antinstall.bat C:\Users\<YOUR_USER_NAME>\.ant
antinstall.bat <ANT_HOME>
- Enter the following command to check if the task has been installed.
ant -diagnostics