I'm using Netbeans 7.1.1 with JDK 1.7.03 to develop a Web application.
Then i execute the Build command, to get a .war file. Next i decompress this war file using Winrar.
Finally i execute javap -verbose on any class that i wrote.
The thing is, im getting Major Version: 50, when i should have Major Version: 51
At least according to this Question.
What am I missing?