I am working on java code. and when i was deploying my code in Oracle server,it shows unformatted major minor exception 51.0. in console and war file is not deployed in server.
how to get rid of this problem.?
I am working on java code. and when i was deploying my code in Oracle server,it shows unformatted major minor exception 51.0. in console and war file is not deployed in server.
how to get rid of this problem.?
You have to set proper compile version. In eclipse, There is option to enable from properties by right click project. click project->properties->Java Compiler-> Change level above 1.5
and clean project again.