OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
99 stars 84 forks source link

Running SportBukkit #244

Closed jckbr closed 7 years ago

jckbr commented 7 years ago

I am trying to run the sportbukkit jar file I have, but it throws a manifest error when using "java -jar" command in command prompt.

ghost commented 7 years ago

java -Xms1024M -Xmx1024M -jar sportbukkit.jar ?

jckbr commented 7 years ago

Still throws "no main manifest attribute, in sportbukkit-1.11.1-R0.1-20170223.091830-10.jar"

twizmwazin commented 7 years ago

Your sportbukkit is missing the required metadata. Try rebuilding from source.

jckbr commented 7 years ago

I don't believe I can build from source on Win10. I pulled the jar from https://repo.extension.ws.

twizmwazin commented 7 years ago

You can build it using either WSL or in a VM. The only other option is try re-downloading, and then use the checksum to verify integrity.

jckbr commented 7 years ago

Just downloaded and tried both the shaded and regular jar files. Both came back with "no main manifest..."

twizmwazin commented 7 years ago

Make sure you are using the sportbukkit server and not the API.

jckbr commented 7 years ago

Just got the non-api version. Working now, but throwing errors. Thank you.

ghost commented 7 years ago

Please close if it is working.