- Java 8 (or later)
- Ant v1.9 (or later)
Before running these samples, they need to know where PreEmptive Protection™ DashO™ and the JDK are located.
Set an environment variable named DASHO_HOME
to the location of DashO.
It can also be passed via the Ant command line: -Ddasho.home={DashO's Installation Directory}
.
Set an environment variable named JDK_HOME
to the location of the JDK. This will probably be the same value you have set for JAVA_HOME
.
- multidir - Cross-directory obfuscation using the
merge="false"
output option. - multijar - Cross-jar obfuscation using the
merge="false"
output option. - simpleapp - A hello world type application.
- SpringBean - An Spring Application showing how DashO deals with Spring Beans.