lab8
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
lab8 [2018/02/25 14:53] – franck | lab8 [2019/02/19 17:45] (current) – franck | ||
---|---|---|---|
Line 13: | Line 13: | ||
< | < | ||
target=Main | target=Main | ||
- | classpath=. | + | classpath=(directory that contains Main.class) |
</ | </ | ||
then we obtain output similar to the following. | then we obtain output similar to the following. | ||
Line 33: | Line 33: | ||
</ | </ | ||
- | * Implement a native peer class. | + | * Implement a native peer class. |
JavaPathfinder core system v8.0 (rev 29+) - (C) 2005-2014 United States Government. All rights reserved. | JavaPathfinder core system v8.0 (rev 29+) - (C) 2005-2014 United States Government. All rights reserved. | ||
Line 41: | Line 41: | ||
====================================================== search started: 3/12/17 9:59 PM | ====================================================== search started: 3/12/17 9:59 PM | ||
- | native peer | + | native peer class |
1.6386425412012917 | 1.6386425412012917 | ||
Line 47: | Line 47: | ||
no errors detected | no errors detected | ||
... | ... | ||
- | </ | + | </ |
- | * Implement a peer class. | + | * Implement a peer class. |
JavaPathfinder core system v8.0 (rev 29+) - (C) 2005-2014 United States Government. All rights reserved. | JavaPathfinder core system v8.0 (rev 29+) - (C) 2005-2014 United States Government. All rights reserved. | ||
Line 62: | Line 62: | ||
no errors detected | no errors detected | ||
... | ... | ||
- | </ | + | </ |
To compile your classes, you may want to use | To compile your classes, you may want to use | ||
Line 70: | Line 70: | ||
or add / | or add / | ||
- | , submit both classes and configuration files using | + | To receive feedback, submit both classes and configuration files using |
< | < | ||
submit 4315 lab6 (name of file) | submit 4315 lab6 (name of file) | ||
</ | </ | ||
+ | before Tuesday March 5. | ||
- | |||
- | |||
- | |||
- | |||
- | Consider the following app. | ||
- | < | ||
- | <pre> | ||
- | public class ComputeSquareRoot { | ||
- | public static void main(String[] args) { | ||
- | double data = 3.1415926; | ||
- | System.out.println(" | ||
- | } | ||
- | } | ||
- | </ | ||
- | </ | ||
- | |||
- | - Develop a model class so that the above app can be verified with JPF. [[https:// | ||
- | - Develop a native peer so that the above app can be verified with JPF. | ||
- | |||
- | To receive feedback, submit your code using the submit command before Tuesday March 7:\\ | ||
- | submit 4315 lab8 <name of class> | ||
lab8.1519570434.txt.gz · Last modified: 2018/02/25 14:53 by franck