-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cannot build XSTAMP #14
Comments
I get the same errors. |
The maven output shows that you're using the Java 14 JDK; I think that's the problem. |
On 30/07/20 15:39, Koen Yskout wrote:
The maven output shows that you're using the Java 14 JDK; I think that's the problem.
Thanks Koen. Which JDK version should I use?
…--
Prof. Roberto Bagnara
Applied Formal Methods Laboratory - University of Parma, Italy
mailto:[email protected]
BUGSENG srl - http://bugseng.com
mailto:[email protected]
|
I managed to compile it using jdk8 |
In case it might be useful for anybody, you can use Docker to compile XSTAMPP without polluting your system by installing and configuring and old JDK8. The following worked for me on MacOS:
This command line reuses the maven cache from your local machine in ~/.m2. However, running XSTAMPP also seems to require and old JRE (Java 8 worked for me), so the benefit of compiling it using Docker may be limited anyway... For those interested, you can specify the JRE XSTAMPP will use to run by editing the file
before the line with |
Hello everyone,
and thanks for providing this STPA tool. I have an issue building it. When I navigate to
xstamp.parent
and runmvn clean verify
, I get following error output:System parameters:
JAVA
Maven
Thanks for help.
Yan
The text was updated successfully, but these errors were encountered: