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
This is the message when the code was compiled in Java 8 and then you attempt to run it with an older JDK/JRE.
This is the message when the code was compiled in Java 8 and then you attempt to run it with an older JDK/JRE.