-
Notifications
You must be signed in to change notification settings - Fork 343
Run JPF using eclipse jpf
Alexander Kohan edited this page Feb 2, 2023
·
3 revisions
eclipse-jpf can be easily configured to run JPF from within Eclipse
- Install eclipse-jpf (see Installing Eclipse JPF plugin)
- Make sure that the correct site.properties file is being used for JPF (The default is usually correct) To see which site.properties file is being used:
- From the Eclipse top menu go to Window->Preferences
- Select JPF Preferences
- Make sure that "Path to site.properties" is defined properly.
- From either the Package Explorer view (On the left of the main Eclipse screen by default) right-click on the *.jpf with the JPF configuration wanted and select Verify...
- Make sure that the Console view (Usually at the bottom of the main Eclipse screen) is opened to view the results from JPF
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