When you try to run WEDS what exactly happens?
You can run the server in debug mode using the following
C shell commands on a Unix system:
cd $HOME/public_html/wetics/classes
setenv PTARCH `$HOME/public_html/wetics/bin/ptarch`
java -Denv.C30SIM=../simulator/tms320c30/bin.$PTARCH/c30sim \
-Denv.MC6811=../simulator/m68hc11/bin.$PTARCH/m68hc11sim \
-Denv.ADS568=../simulator/ads568/bin.$PTARCH/ads56800 \
-Denv.SIM568=../simulator/clas568/bin.$PTARCH/sim56800 \
utexas.espl.weds.server.Server >& Server.out &