-
Notifications
You must be signed in to change notification settings - Fork 343
Run JPF with NetBeans plugin
Alexander Kohan edited this page Feb 2, 2023
·
3 revisions
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.properties
file is being used for JPF (The default is usually correct)
To see whichsite.properties
file 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.properties
location" 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
.jpf
extension) 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)
Please contact us by creating an issue. We are trying to fix the process below, which no longer works.
-
How to obtain and install JPF
- System requirements
- Downloading
- Creating a site properties file
- Building, testing, and running
- JPF plugins
-
Developer guide
- Top-level design
- Key mechanisms
- Extension mechanisms
- Common utilities
- Running JPF from within your application
- Writing JPF tests
- Coding conventions
- Hosting an Eclipse plugin update site