CyberdyneCC / Thermos

(NO LONGER DEVELOPED) Minecraft Forge Server Software implementing the Spigot/Bukkit API, formerly known as Cauldron/MCPC
http://cyberdynecc.github.io/Thermos/
GNU General Public License v3.0
258 stars 184 forks source link

Koloboke startup issue #504

Closed ChefMC closed 8 years ago

ChefMC commented 8 years ago

NoClassDefFoundError: com/koloboke/collect/map/LongObjMap

Server log (see at end): http://pastebin.com/SU626VWi Thermos build 58 (Forge 1614)

spannerman79 commented 8 years ago

25.08.2016 20:39:41 Caused by: java.lang.UnsupportedClassVersionError: com/koloboke/collect/map/LongObjMap : Unsupported major.minor version 52.0 Use Java 8

sameer commented 8 years ago

@spannerman79 is correct, Java 1.7.0_51 is not supported. If you look here, the majority of people are using Java 8.

(Sorry about the double-click below...!)

Bogdan-G commented 8 years ago

notice: as it does not sound strange, but this library has 2 version build: J6-7 and J8-9 https://github.com/leventov/Koloboke/releases/tag/lib-1.0.0

sameer commented 8 years ago

You are expected to use Java 8.