I am new to Java. I have to detect bugs in a java (KLOC) program. For which I am using Java Path finder. I am running it through commandline cmd
. Using the command
java -jar build/RunJPF.jar C:\Users\xxx\yyy\src\main\java\zzz.jpf
I wanted to know, how can I:
- Get the race conditions
- detects deadlock
- verify controlling
- verify controlling JPF,Search
- Check for Numerical Extensions
All in the command line? It would be really helpful if the above questions can be answered using an example.
Thanks