Search code examples
javagridgain

Starting a GridGain Node


When I start GridGain node, I get the following exception:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/gridgain/grid/loaders/cmdline/GridCommandLineLoader

How to fix it?


Solution

  • Most probably GRIDGAIN_HOME environment variable is not set or is set incorrectly. Please, set GRIDGAIN_HOME to your GridGain installation folder.