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

java.io.IOException: Cannot run program "souffle": error=2, 没有那个文件或目录 #6

Open
Bigwig-learning opened this issue Nov 3, 2021 · 0 comments

Comments

@Bigwig-learning
Copy link

Hello! I am very interested in this project. I cloned the project to my local, but when running the command $mvn clean install, I encountered some problems in building this project, so I really hope to get your help.

My operating environment is:
(1)linux:
Ubuntu18
(2)java:
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
(3)mvn:
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /usr/local/apache-maven-3.8.3
Java version: 1.8.0_261, vendor: Oracle Corporation, runtime: /opt/jdk1.8.0_261/jre
Default locale: zh_CN, platform encoding: UTF-8
OS name: "linux", version: "5.4.0-89-generic", arch: "amd64", family: "unix"

The problems I encountered are described below:
(1)The first time i run the command, prompted with a path error
Error: The path '/Users/thepalbi/Facultad/aap/souffle-points-to-analysis/ModuleUnderTest/target/classes' does not exist.
image
So I changed the path to the location of the project was cloned in the file of ~/souffle-points-to-analysis/src/test/java/wtf/thepalbi/PointsToAnalysisTests.java(:39)
image

(2)The second time i run the command, prompted with a ‘File or directory not found’error.
image

(3)I guess it's a lack of files like PointToAnalysis.java, I copied PointToAnalysis.java to PointsToAnalysisTests.java directory,but it didn't solve the error.

So I want to know what files or directories are missing, and What caused this error?

I sincerely hope to get your reply as soon as possible. Thanks!!!

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

No branches or pull requests

1 participant