... | ... | @@ -19,7 +19,7 @@ In the DEAL prototype there are a few examples of target applications prepared i |
|
|
* Project: DEALmain
|
|
|
* Main class: personform.PersonForm
|
|
|

|
|
|
2. Run the configuration
|
|
|
2. **Save and run** the configuration
|
|
|
3. Other examples can be launched exactly in the same way, but it is important to select the main class of the target application which you would like to launch. Please see the next section to know the main classes of the provided examples.
|
|
|
|
|
|
> The important part of running DEAL analysis on existing applications is, that you have to know **the main class of the application, which you want to analyse**. This you can get by **unzipping the jar of the target application** (rename it first to *.zip) and looking into the **manifest** file located in the unzipped directory. Don't forget to rename the zip file back to *.jar again.
|
... | ... | |