Closed Sourenics closed 4 years ago
Which is your java version ?
On Windows, you can know it by
If your Java version is not 8, it can the cause of the issue.
Otherwise, can you describe further a mean to reproduce the bug, I didn't succeed to reproduce it.
Hi Nicolas, first of all, thanks for your attention and kindness.
Okay, so when I type java -version this appears:
java version "15" 2020-09-15
Java(TM) SE Runtime Environment (build 15+36-1562)
Java HotSpot(TM) 64-Bit Server VM (build 15+36-1562, mixed mode, sharing)
Thing is, I translating yesterday without any issues, and today, I turn on my computer, try to launch the tool and the error appears...
My environment paths, system variables, are as follow:
JAVA_HOME: C:\Program Files\Java\jdk-15
PATH set as follow:
C:\Program Files\Common Files\Oracle\Java\javapath;<other system paths>;C:\Program Files\Java\jdk-15\bin;
Changing the PATH of
C:\Program Files\Common Files\Oracle\Java\javapath
to
C:\Program Files (x86)\Common Files\Oracle\Java\javapath
Now if I type java -version on the cmd this appears:
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
Now it seems it works... god bless you haha! ❤️
It seems that you got Java 15, I didn't know it was release before to see it in this issue.
If you need a java version more recent than 8 for other applications, I advise you to use Java 11 because it will be support longer than more recent versions (LTS).
Hello there! I stepped into a new error when clicking the translate window.
This is: