Running JPF from within NetBeans with netbeans-jpf plugin #
Running JPF from within NetBeans with netbeans-jpf plugin
netbeans-jpf can be easily configured to run JPF at the click of a mouse.
- Install netbeans-jpf (see: Installing the NetBeans JPF plugin.)
- Make sure the correct
site.propertiesfile is being used for JPF (The default is usually correct)
To see whichsite.propertiesfile is being used: - From the NetBeans top menu go to “Tools”->”Options” (Alt+T followed by Alt+O)
- Select “Miscellaneous” from the top of the Options Window
- Select the “Java Pathfinder” tab
- Make sure that “Path to
site.properties” is defined properly, uncheck “Use defaultsite.propertieslocation” to change the path - From either the “Projects” or “Files” view (on the left of the main NetBeans screen by default,) select the JPF properties file (i.e., a file with a
.jpfextension) you would like to run. Right click on this file and select the “Verify…” menu item to run JPF. - To view the results, make sure that the “Output” View is open (On the bottom of the main NetBeans screen by default)