DHS Compilation fails with `Eclipse Adoptium\jdk-23.0.1.11-hotspot`
After investigation, downgrading from
Eclipse Adoptium\jdk-23.0.1.11-hotspot
to Eclipse Adoptium\jdk-21.0.5.11-hotspot
has fixed compilation issues
---
Having issues compiling Distant Horizons server plugin via mvn
Issues occur on all branches / tags of the repo (fancy that), so it's an issue with my environment.
Maven was freshly downloaded from https://maven.apache.org/
10 Replies
Anyone else experience this issue before? Unfortunately the -X and -e flags aren't that useful;- only pointing to internal classes:
If anyone has a known working java version, I can swap to that from
Eclipse Adoptium\jdk-23.0.1.11-hotspot
Looks like javac is having an unfun timeis there a reason that you want to compile it yourself instead of just using the precompiled jar?
I'd like to get a dev env working, also latest release lacks support for protocol 9 (whereas
4bdcdd47
does)then i guess @Jckf will have to take a look at this
Ahhh, got some progress:
Swapping from
Eclipse Adoptium\jdk-23.0.1.11-hotspot
to Eclipse Adoptium\jdk-21.0.5.11-hotspot
has seemed to fix the issueLatest nightly supports protocol v9
But I'll have a look at your errors in a bit
Ah, nice
Well, good to have this issue here for future reference if the latest jdk is preventing compilation
The way I've set everything up is a bit hacky, so I wouldn't be surprised if things break
Feel free to tag me if you need anything else