question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No commands are being found

See original GitHub issue

Receiving 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
  1. Cloned a private project
  2. 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:closed
  • Created 6 years ago
  • Comments:23 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tristan957commented, Mar 19, 2018

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.

0reactions
tristan957commented, Mar 17, 2018

Watching dev console as VSCode starts. vscode-java hinders the startup of other extensions

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found