You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.UnsupportedClassVersionError: com/fincatto/documentofiscal/nfe400/classes/nota/NFNotaInfoEmitente has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [com.fincatto.documentofiscal.nfe400.classes.nota.NFNotaInfoEmitente])
OBS: Quando executo o 'maven install' consigo compilar, rodar testes e gerar target\nfe-4.0.7.jar
Porém projeto apresenta os erros abaixo em várias classes diferentes
MY_QNAME cannot be resolved or is not a field CTeDistribuicaoDFeSoapStub.java /nfe/src/main/java/com/fincatto/documentofiscal/cte/webservices/distribuicao line 1475 Java Problem
Element cannot be resolved to a type DFAssinaturaDigital.java /nfe/src/main/java/com/fincatto/documentofiscal/utils line 110 Java Problem
The text was updated successfully, but these errors were encountered:
Ao atualizar da versão 4.0.4 para 4.0.7 começou apresentar o erro abaixo. Estou usando o Java 11.
Utilizei a versão 4.0.7 baixado em https://mvnrepository.com/artifact/com.github.wmixvideo/nfe
Alguém com este erro também?
Caused by: java.lang.UnsupportedClassVersionError: com/fincatto/documentofiscal/nfe400/classes/nota/NFNotaInfoEmitente has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 (unable to load class [com.fincatto.documentofiscal.nfe400.classes.nota.NFNotaInfoEmitente])
OBS: Quando executo o 'maven install' consigo compilar, rodar testes e gerar target\nfe-4.0.7.jar
Porém projeto apresenta os erros abaixo em várias classes diferentes
MY_QNAME cannot be resolved or is not a field CTeDistribuicaoDFeSoapStub.java /nfe/src/main/java/com/fincatto/documentofiscal/cte/webservices/distribuicao line 1475 Java Problem
Element cannot be resolved to a type DFAssinaturaDigital.java /nfe/src/main/java/com/fincatto/documentofiscal/utils line 110 Java Problem
The text was updated successfully, but these errors were encountered: