Skip to content
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

Open
Xintao-C opened this issue Dec 18, 2020 · 5 comments

Comments

@Xintao-C
Copy link

Xintao-C commented Dec 18, 2020

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)

@shadowasphodel2919
Copy link

Try adding a \ after C:\Users\Administrator where you have specified the path, see if it solves the problem.

@Xintao-C
Copy link
Author

Xintao-C commented Dec 19, 2020

Try adding a \ after C:\Users\Administrator where you have specified the path, see if it solves the problem.

I can't specify this path, 'C:\Users\Administrator**.jpf** ' is the default path for the site.properties configuration file , but there is no '.jpf 'directory on my system, as shown in the figure below.
image

@shadowasphodel2919
Copy link

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.

@Xintao-C
Copy link
Author

Xintao-C commented Dec 19, 2020 via email

@shadowasphodel2919
Copy link

You can run the project using command prompt, you wouldn't need a plugin that way. Just follow the directions given #274 (comment) here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants