#!/bin/sh

# NOTE:  If you are using cygwin on Windows, the colons in the CLASSPATH 
#        should be replaced with semi-colons
#        If you are using a local core project, replace lib/core.jar
#        with ../core
CLASSPATH=".:lib/collections.jar:lib:../core:lib/skinlf.jar:lib/xerces.jar:lib/jl011.jar:lib/themes.jar:lib/logicrypto.jar:lib/GURL.jar"

export CLASSPATH
PATH=$PATH:bin
export PATH

java com.limegroup.gnutella.gui.Main
