in reply to Inline-Java Module Errors
Check in your task manager for a running JVM. The Java Virtual Machine should already be started in your case.
To re-iterate a bit of what was said, the command java -version will show you that java is installed. Which it looks like it is. So you have a JVM, but it might not be actively running.
|
|---|