diff doc/user/run_eclipse.md @ 0:61d41facf527

initial v8 import (history reset)
author Peter Mehlitz <Peter.C.Mehlitz@nasa.gov>
date Fri, 23 Jan 2015 10:14:01 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/user/run_eclipse.md	Fri Jan 23 10:14:01 2015 -0800
@@ -0,0 +1,20 @@
+## Running JPF within eclipse ##
+
+To run JPF in eclipse after building 
+
+* JPF click "Run"-->"Run" or click "Play"-->"Run As Dialog".
+
+* Select Java Application and click "New".
+
+* Click on the "Main" tab. Ensure the project selected is jpf-core and the in the Main Class pick `gov.nasa.jpf.JPF`.
+
+* Click on the "Arguments" tab. Specify the `<application-main-class>` in the Program Arguments. Any additional configuration properties can be specified. For example, 
+
+~~~~~~~~ {.bash}
++cg.randomize_choices=true
+oldclassic
+~~~~~~~~
+
+* Click on "Run" to verify the application in JPF. The output of the program and the results will be displayed on the eclipse console window. 
+
+Alternatively you pick the run-jpf-core launch configuration and add the `<application-main-class>` of the system under test. The eclipse IDE detects the various launch configurations. When you click on the Run button they appear on the left column, pick "run-jpf-core". It is, however, recommended you run the application with the eclipse plugin for better performance and ease of usability.  
\ No newline at end of file