-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java not found on Linux #91
Comments
That's weird, it has probably something to do with the way nodejs does the |
/run/.../armadev/overthrow_main >>> java Etc. Pretty much what you'd expect. |
Ok, this was a partial user error. The problem is not locating Java at all. I didn't notice that when you can set the Java path, it asks you to point it directly to the java executable, not the bin folder like most other extensions expect you to do that utilize Java (that I have used). Lo and behold, after pointing the setting to the java executable, I get the same error spam I got the first time which is:
Which keeps looping. Apologies for that brainfart of mine which undoubtedly delayed resolving the issue. I did a repeat test with Oracle Java 15 and 11 and the error remains the same. |
No worries, maybe expecting the path to be directly to Anyway, this happened before, my implementation relies on java having |
So after having my output spammed by Java related errors, I used the PR #87 and had my woes confirmed that indeed, Java was not found. I set the directory to my $PATH, set it in VSC settings (made available by said PR), but I still get the error of Java not found. I do not have this issue on senfo's build of the extension, but there, none of the prefix settings seem to work so is there something funny going on with Linux paths? Maybe related to using / instead of ?
My distribution of choice is Manjaro (Archlinux based) if that is of any importance and I tried both with JDK 15 and 11 and both Oracle and OpenJDK.
The text was updated successfully, but these errors were encountered: