Swofty-Developments / HypixelSkyBlock

Minecraft 1.8-1.21 (no Spigot) recreation of Hypixel SkyBlock with a goal of a properly abstracted and scalable codebase.
https://discord.gg/paper
GNU Affero General Public License v3.0
105 stars 41 forks source link

[BUG] Could not find or load main class #46

Closed Chalityst closed 8 months ago

Chalityst commented 8 months ago

Describe the bug Could not find or load main class net.swofty.loader.skyblock

(Sorry i'm not good at english.)

To Reproduce

  1. Download SkyblockCore and SkyblockProxy (Shaded) from github
  2. Start Mongod (zip version) with cmd (mongod -dbpath C:\MongoDB\data)
  3. Start SkyblockCore with cmd ("jdk-17 path\bin\java" -jar Skyblock.jar ISLAND)
  4. Error on console Error: Could not find or load main class net.swofty.loader.skyblock Caused by: java.lang.CLassNotFoundException: net.swofty.loader.skyblock

Screenshots image

Additional context

Swofty-Developments commented 8 months ago

Hey, I've been able to replicate your issue and have fixed it with the latest push. You can download the new SkyBlockCore from here.