You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**PATH_TO_FRAMEWORK_JAR_FILE:** Path to jar file of the framework of interest.
45
45
-**PACKAGE_NAME_OF_FRAMEWORK:** Since there might be more than one framework in a jar file, we introduce the packaging of the framework through this property. For instance, in case of JAAS framework, this package would be javax/security/auth. Also, framework package for RMI would be java/rmi.
46
46
47
+
## Running the tool on a Windoes-based machine
48
+
Assuming that you are using a Windows-based machine, here are the steps you need to follow to be able to run the tool for JAAS framework:
49
+
1. Cloning the source code in a path (e.g. on drive D):
If you faced out of memory or heap-related exceptiones, you may need to increase the run-time memory by adding the following option to the above command:
48
87
```
49
88
-Xms512M -Xmx512M
50
89
```
90
+
51
91
While running the tool, there might be some WARNING logs in the console. As long as you are not receiving SEVERE, ERROR, or Exception messages you should be fine.
52
92
53
93
After running ArCode, four folders in training as well as testing projects' directories will be created.
0 commit comments