Forum: CAT Tools Technical Help
Topic: Okapi Framework Error: "this application requires a java runtime environment 11" (which I do have)
Poster: Magnus Eriksson
Post title: Try changing JAVA_HOME
I ran into the same error message ("Java Virtual Machine Launcher: A Java Exception has ocurred") at one point when I was fiddling with the environment variables yesterday. It appeared when I changed JAVA_HOME from "C:\Program Files\Java\1.8.0_391" (which is not a physical path on my PC) to "C:\Program Files\Java\jre-1.8". Switching it back to "C:\Program Files\Java\1.8.0_391" or changing it to "C:\Program Files\Java\jre-1.8\bin" made the error message go away. I guess there is some kind of conflict between different environment variables and different JRE versions so I recommend changing or clearing the JAVA_HOME (or JRE_HOME if it is defined) value to see if it helps.
Topic: Okapi Framework Error: "this application requires a java runtime environment 11" (which I do have)
Poster: Magnus Eriksson
Post title: Try changing JAVA_HOME
I ran into the same error message ("Java Virtual Machine Launcher: A Java Exception has ocurred") at one point when I was fiddling with the environment variables yesterday. It appeared when I changed JAVA_HOME from "C:\Program Files\Java\1.8.0_391" (which is not a physical path on my PC) to "C:\Program Files\Java\jre-1.8". Switching it back to "C:\Program Files\Java\1.8.0_391" or changing it to "C:\Program Files\Java\jre-1.8\bin" made the error message go away. I guess there is some kind of conflict between different environment variables and different JRE versions so I recommend changing or clearing the JAVA_HOME (or JRE_HOME if it is defined) value to see if it helps.