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

Compilation and installation problems #80

Open
zhangjian420 opened this issue Jun 14, 2022 · 5 comments
Open

Compilation and installation problems #80

zhangjian420 opened this issue Jun 14, 2022 · 5 comments

Comments

@zhangjian420
Copy link

Is it possible to provide an installation document to guide the compilation and installation?

JDK1.8
An error is reported when running mvn clean install -DskipTests
Snipaste_2022-06-14_13-23-34

@fbacchella
Copy link
Owner

Should be fixed now.

@zhangjian420
Copy link
Author

Should be fixed now.

Didn't fix it, still the same error
Snipaste_2022-06-15_18-12-04

@zhangjian420
Copy link
Author

Should be fixed now.

After I switched to jdk17, I got a jrds-webapp-2022.1-SNAPSHOT.war file under jrds\jrds-webapp\target through mvn clean install -DskipTests, this file cannot be run under Tomcat10, the error is as follows:

Snipaste_2022-06-16_10-48-15

@fbacchella
Copy link
Owner

You build jrds with an (old) jre, not a jdk.
If you look at the stack, there is not a single method called from jrds. So I think you have a problem with your tomcat installation.

@zhangjian420
Copy link
Author

You build jrds with an (old) jre, not a jdk. If you look at the stack, there is not a single method called from jrds. So I think you have a problem with your tomcat installation.

Still unsuccessful.

I still recommend that you provide an installation tutorial for us to learn and use better

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

2 participants