Changes

Jump to: navigation, search

Java JRE install and troubleshooting/pt-br

1 byte removed, 12:29, 11 April 2022
Created page with "Abaixo mostramos o erro completo mostrado pelo TVCli <pre> Exception in thread "main" java.lang.UnsupportedClassVersionError: com/sadig/taticview/cli/Main : Unsupported major...."
O erro '''UnsupportedClassVersionError''' ocorre por que o TVCli está usando a versão errada do Java.
Bellow a complete sample of the error output Abaixo mostramos o erro completo mostrado pelo TVCli
<pre>
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/sadig/taticview/cli/Main : Unsupported major.minor version 52.0
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)
</pre>
The O Java used during usado pelo TVCli execution is indicated by Windows é indicado pela variável [https://en.wikipedia.org/wiki/PATH_(variable)#DOS,_OS/2,_and_Windows ''PATH''] variabledo Windows.
To determine witch version of Java is pointed by PATH variable you can use the JAVA ''-version'' parameter, we will show you bellow.

Navigation menu