Error Unsupported major.minor version 52.0 servlet and tomcat

1

Friends I get this error when uploading my project to the apache tomcat

I use apache tomcat 7.0.67 IDE: Netbeans 8.2 with java plataform jdk 1.8 run java EE 6 Web  your help please.

    
asked by juan seferino quispe mamani 21.11.2018 в 22:53
source

1 answer

0

you have a JDK of a major version defined in your project

Change the configuration of your Netbeans to 1.8

Open the file:

C:\Program Files\NetBeans <VERSION>\etc\netbeans.conf

Change the value of netbeans_jdkhome

netbeans_jdkhome="C:\Program Files\Java\jdk<VERSION JDK>"

in your case it would be at the value of JDK 1.8, check your appropriate version, it must be installed:

netbeans_jdkhome="C:\Program Files\Java\jdk1.8.0_102"
    
answered by 22.11.2018 в 00:17