-1

I made a very simple blank spigot plugin for Minecraft and I exported everything but I got an error when I started the plugin on the server that said: Unsupported major.minor version 52.0

Anyone know how to fix this?

Thanks

s_kirkiles
  • 1,506
  • 4
  • 21
  • 42

1 Answers1

2

This is the message when the code was compiled in Java 8 and then you attempt to run it with an older JDK/JRE.

Rob
  • 11,131
  • 6
  • 38
  • 54