SyntaxFix
Write A Post
Hire A Developer
Questions
53 stands for java-9, so it means that whatever class you have has been compiled with javac-9 and you try to run it with jre-8. Either re-compile that class with javac-8 or use the jre-9
53
javac-9
jre-8
javac-8