-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

random_0620
  • 1,636
  • 5
  • 23
  • 44

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,446
  • 7
  • 39
  • 57