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

fix for minecraft 1.8.* #56

Closed
wants to merge 6 commits into from
Closed

fix for minecraft 1.8.* #56

wants to merge 6 commits into from

Conversation

ctrlouis
Copy link

@ctrlouis ctrlouis commented Jan 28, 2022

Hi,

When running server in, version 1.8, I'm getting the following error :
*** The version you have requested to build requires Java versions between [Java 7, Java 8], but you are using Java 11 *** Please rerun BuildTools using an appropriate Java version. For obvious reasons outdated MC versions do not support Java versions that did not exist at their release. cp: cannot stat '/build-mc/spigot-*.jar': No such file or directory *** Running /etc/my_runalways/85_fix_startsh... *** Running /etc/my_runalways/90_eula... *** Booting supervisor daemon... *** Supervisor started as PID 221 *** Started processes via Supervisor...... crond RUNNING pid 223, uptime 0:00:04 spigot BACKOFF Exited too quickly (process log may have details) syslog-ng RUNNING pid 225, uptime 0:00:04

That seems to come from uncompatible java version (default 11) with buildtools for spigot 1.8.

I just added setting java 8 as default for all 1.8 versions.

Thanks a lot for your job !

@nimmis
Copy link
Owner

nimmis commented Jun 3, 2024

Fixted but only 1.8.3 and higher are suported by the build platform

@nimmis nimmis closed this Jun 3, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants