Java related error, not able to detect either #18

Closed
opened 2025-10-16 07:18:48 +00:00 by InternetNinja · 1 comment

I'm getting this error even though i tried multiple different jre/jdk from other platforms too
An error occurred
invalid args javaVersion for command set_java_version: missing field parsed_version
i've tried openjdk, oraclejdk, adoptiumjdk, etc and i did select javaw.exe

kFZrgPlASG.png
> I'm getting this error even though i tried multiple different jre/jdk from other platforms too An error occurred invalid args `javaVersion` for command `set_java_version`: missing field `parsed_version` i've tried openjdk, oraclejdk, adoptiumjdk, etc and i did select `javaw.exe` <img width="379" alt="kFZrgPlASG.png" src="attachments/24895d42-d6c1-49ae-9644-c09b84021b5b">
Owner

It looks like you have set the path to the file incorrectly. Make sure that it is indeed javaw.exe. On my macOS and Linux OS systems, the path is ../bin/java, not ../bin/javaw.

However, I can confirm that you have chosen the incorrect path, as the application was unable to detect the java version.

It looks like you have set the path to the file incorrectly. Make sure that it is indeed javaw.exe. On my macOS and Linux OS systems, the path is ../bin/java, not ../bin/javaw. However, I can confirm that you have chosen the incorrect path, as the application was unable to detect the java version.
Sign in to join this conversation.