Logged In: NO

More info - I open a Command Prompt box, navigate to the
Program Files\mas1.6.6q\bin directory and type "mas" and
it shows up in Task Manager under "Processes". I open a
second Command Prompt box, navigate to the Program
Files\mas1.6.6q\bin directory and type "macl" and I get a
list of "Usage" and "Options" ending with the
message "missing port number - exiting". I try "macl
18273" and I get a message "connection to the server
failed". I terminate mas.exe in Windows Task Manager
Processes, then restart it with "mas 18273" in the first
Command Prompt box. Now entering "macl 18273" in the
second Command Prompt box successfully starts the command
line mode of the program, but I can't access any data. I
open a third Coomand Prompt box and nagigate to Program
Files\mas1.6.6q\lib\classes (similar to the the contents
of runmasgui.bat, except it omits the "lib") and then
enter "java MA_Client localhost 18273" and get the
message "Exception in thread "main"
java.lang.NoClassDefFoundError: MA_Client". I seem to be
making some progress here, but have reached the limit of
my abilities.