yesdog/Waterdog

Compilation error

DJelly4K opened this issue · 16 comments

Version of Waterdog
The latest source code

Expected Behavior
Compiled successfully

Actual Behavior
Unsuccessful compilation

Crashdump, Backtrace or Other Files
none

Describe the bug
none

To Reproduce
I used Ubuntu 20.04 Arm64 (Raspberry Pi 4B)
I installed JDK8, git, bash, maven
I modified the maven configuration file according to the official compilation process (I don’t know if the modification is correct)
When I start to compile, an error occurs

Screenshots
Error screenshot
[Error screenshot]
Config screenshot
[Config screenshot]

Server software used:
Ubuntu 20.04 Arm64
JDK8, git, bash, maven

Additional context
I am Chinese and use Google Translate

Please send a screenshot of "java -version"

Please send a screenshot of "java -version"

image

I would recommend to install AdoptOpenJDK 8, then it should work.

But is there any reason that you are compiling Waterdog for yourself? You could just download the latest build from the CI.

But is there any reason that you are compiling Waterdog for yourself? You could just download the latest build from the CI.

Because Arm64 cannot run the built waterdog.jar, so I want to build it myself

What appears in the console when you try to run the built Waterdog file?

What appears in the console when you try to run the built Waterdog file?

You can see the issue I submitted before, which wrote about my running waterdog problem
address : #150

To compile Waterdog you just need to do following: Clone GH repository. And than run ./waterfall b. You do not need to edit anything in pom.xml.

To compile Waterdog you just need to do following: Clone GH repository. And than run ./waterfall b. You do not need to edit anything in pom.xml.

image
Does maven's configuration file need to be changed according to it?

No.

No.
again?
image

If you read compiler message. You will figure out that, are using for some reason JRE to compile instead of JDK (Java Development Kit). Or you have installed wrong version related to your OS.

If you read compiler message. You will figure out that, are using for some reason JRE to compile instead of JDK (Java Development Kit). Or you have installed wrong version related to your OS.
I installed JDK8, but he reported an error here
image
image

Recheck if the md_5 repo ist provided in the protocol pom

Recheck if the md_5 repo ist provided in the protocol pom

How to configure...?
image
Like this?

Closing due to inactivity.