Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set up java-reference in Environment variables.

If you use JRE:

JAVA_JRE= path to java in the home folder of the java installation

If you use JDK:

JAVA_HOME= path to java in the home folder of the java installation

If the plugin is taking a long time to load you can try to check if these settings are available on your computer:

The following 3 values need to be set to available locations (if HOMEPATH isn’t set correctly the plugin can take a long time to load):

...

Code Block
HOMEDRIVE=H:\
HOMEPATH=H:\
LOCALAPPDATA=c:\users\<username>\AppData\Local

In case you work with JAVA you can also set up a java-reference in Environment variables.

If you use JRE:

JAVA_JRE= path to java in the home folder of the java installation

If you use JDK:

JAVA_HOME= path to java in the home folder of the java installation