rhamt-vscode-extension
Version:
RHAMT VSCode extension
30 lines (23 loc) • 975 B
Markdown
from witin the settings:
```
{
"rhamt.executable.path": "/some-path-to-rhamt-home/bin/rhamt-cli"
}
```
* `rhamt-cli` executable file not found/set.
In this case, please follow above instructions to set available `rhamt-cli` executable path.
* `RHAMT_HOME` not correctly set.
In this case, please specify a correct `RHAMT_HOME` environment variable.
* `JAVA_HOME` not correctly set.
```
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
```
In this case, please specify a correct JAVA_HOME environment variable, or re-install JRE/JDK if necessary.
You can specify the path to an installation of the `rhamt-cli` executable