User Tools

Site Tools


project1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
project1 [2017/01/21 15:14] – created franckproject1 [2017/01/23 15:45] franck
Line 1: Line 1:
 Install JPF on your laptop.  On Monday, bring your laptop to the lab and show the TA how to run JPF.  Java code, to be checked by JPF, will be provided on Monday.  If you have correctly installed JPF and you can run JPF successfully on the provided code, then you will receive 5% towards the mark for your project (40% in total).  Otherwise, you can try again next week (1% penalty per week). Install JPF on your laptop.  On Monday, bring your laptop to the lab and show the TA how to run JPF.  Java code, to be checked by JPF, will be provided on Monday.  If you have correctly installed JPF and you can run JPF successfully on the provided code, then you will receive 5% towards the mark for your project (40% in total).  Otherwise, you can try again next week (1% penalty per week).
 +
 +  * Create the app
 +[code]
 +package lab;
 +
 +public class HelloWorld
 +{
 +  public static void main(String[] args)
 +  {
 +    System.out.println("Hello World!");
 +  }
 +}
 +[/code]
 +  * Run JPF on this app.
 +  * Run JPF on the HelloWorld class of the default package.
 +  * Print the state space the created app.
 +
 +
project1.txt · Last modified: 2017/01/30 13:52 by franck