-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Users\Administrator\.jpf\site.properties :The system could not find the specified path. #278
Comments
Try adding a |
Place the |
Thanks for your reply, but the plugin is not available now. I cannot specify the path through this plugin. Is there any other way to solve this problem?
…---Original---
From: "Taha Jamal"<[email protected]>
Date: 2020/12/19 22:16:11
To: "javapathfinder/jpf-core"<[email protected]>;
Cc: "Xintao-C"<[email protected]>;"Author"<[email protected]>;
Subject: Re: [javapathfinder/jpf-core] C:\Users\Administrator\.jpf\site.properties :The system could not find the specified path. (#278)
Place the site.properties file you have created in the root directory where you have fetched the complete project and then specify that path in your plugin. I think this problem is arising because you are using Windows OS, and I do not think .jpf file is created in it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
You can run the project using command prompt, you wouldn't need a plugin that way. Just follow the directions given #274 (comment) here. |
I used the JPF Eclipse plugin to specify the location of site.properties before, but now the plugin is not maintained and there is no ". jpf "directory under the" C:\Users\Administrator "path, what should I do?
java.io.FileNotFoundException: C:\Users\Administrator.jpf\site.properties (The system could not find the specified path.)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.(FileInputStream.java:138)
at java.io.FileInputStream.(FileInputStream.java:93)
at edu.ucsb.cs.vlab.Z3.(Z3.java:16)
The text was updated successfully, but these errors were encountered: