gfsh is distributed with GemFire 6.6 and the launcher scripts for gfsh are available inside the GemFire product/bin directory.
To start using gfsh, follow these steps:
Windows:
set GEMFIRE=C:\GemFire66
Unix (bash):
export GEMFIRE=/home/foo/GemFire66
Windows:
set PATH=%GEMFIRE%\bin;%PATH%
Unix (bash):
export PATH=$GEMFIRE/bin:$PATH
Windows:
set GF_JAVA=C:\jdk\bin\java.exe
Unix (bash):
export GF_JAVA=/opt/jdk/bin/java
GEMFIRE_APP_CLASSPATH - The application classpath. Use this environment variable to explicitly
list class and jar paths.
GEMFIRE_APP_JAR_DIR - The directory that contains application jar files. All jar files under this
directory and sub-directories are included in the class path.
As an alternative to using these environment variables, you can copy your jar files into the gfsh plug-in directory, gemfire-dir /plugins. gfsh adds all jar files to this directory including sub-directories to its class path.