No commands are being found
See original GitHub issueReceiving these errors:
Java 8 or more recent is required to run. Please download and install a recent JDK
command 'java.test.open.log' not found
etc...
Environment
- Operating System: Solus 3 (Linux)
- JDK version: 1.8.0_172-solus (
/usr/lib64/openjdk-8
) - Visual Studio Code version: 1.21
- Java extension version: 0.20.0
Steps To Reproduce
- Cloned a private project
- Open folder
Can’t enable logging because command is not found.
Current Result
Extension does not work
Expected Result
Extension should work
Additional Informations
I am using OpenJDK8 located at /usr/lib64/openjdk-8
. This is occurring on my personal computer where I use OpenJDK, but does not occur on my MacBook Pro at work which uses Oracle Java.
Issue Analytics
- State:
- Created 6 years ago
- Comments:23 (1 by maintainers)
Top Results From Across the Web
How to fix a "Command not found" error in Linux - Red Hat
5 ways to fix "Command not found" errors · 1. Include the path · 2. Add a new path · 3. Copy a...
Read more >Troubleshooting "Bash: Command Not Found" Error in Linux
Fixing “bash: command not found” error · Method 1: Double check the command name (no, seriously) · Method 2: Ensure that the command...
Read more >Linux / UNIX: Command Not Found Error and Solution - nixCraft
It means either program is not installed or PATH variable in your environment is not pointing to it. Learn how to fix command...
Read more >The error “Command not found” means that the command isn't ...
When you get the error “Command not found,” it means that the computer searched everywhere it knew to look and couldn't find a...
Read more >5 Ways to Fix the "Not Recognized as an Internal or External ...
It is a common error and usually occurs due to incorrect command execution. This article explains the causes and a few troubleshooting steps...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Interestingly enough. I opened the project in Atom using the ide-java extension. The Language Server started up instantly, and the .classpath and .settings were generated successfully. I then opened the same folder in VSCode with this extension on, and everything works again.
Watching dev console as VSCode starts. vscode-java hinders the startup of other extensions