project1
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| project1 [2017/01/21 15:14] – created franck | project1 [2017/01/30 13:52] (current) – franck | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Part 1 of Project ====== | ||
| + | |||
| + | |||
| Install JPF on your laptop. | Install JPF on your laptop. | ||
| + | |||
| + | * Create the app | ||
| + | <code java> | ||
| + | package lab; | ||
| + | |||
| + | public class HelloWorld | ||
| + | { | ||
| + | public static void main(String[] args) | ||
| + | { | ||
| + | System.out.println(" | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | * Run JPF on this app. | ||
| + | * Run JPF on the HelloWorld class of the default package. | ||
| + | * Print the state space the created app. | ||
| + | |||
| + | |||
project1.1485011645.txt.gz · Last modified: by franck
