Updated configuration instructions.

This commit is contained in:
Achim D. Brucker 2018-10-29 11:44:25 +00:00
parent 00242dd2fc
commit 6a11a14b73
1 changed files with 7 additions and 9 deletions

View File

@ -30,16 +30,14 @@ DASCA, you can obtain them by executing
git submodule update --init --recursive git submodule update --init --recursive
``` ```
### WALA configuration (optional) ### Configuration (optional)
DASCA (and the underlying WALA setup) is tested with Java version 8. The dataflow analysis can be configured in various ways in the
If DASCA is installed using Java 8, there should be no need for updating `com.logicalhacking.dasca.dataflow/config/main.config` file. Most importantly,
the WALA configuration. if you experience problems or want to optimize the performance (e.g., by
analyzing the programs based on a different Java version), you might need to
If you experience problems or want to optimize the performance (e.g., configure the location of the Java JDK. The JDK used as part of the static
by analyzing the programs based on a different Java version), you analysis is configured in the file
might need to configure the location of the Java JDK. The JDK used
as part of the static analysis is configured in the file
`com.logicalhacking.dasca.dataflow/config/main.config`, e.g. `com.logicalhacking.dasca.dataflow/config/main.config`, e.g.
``` sh ``` sh