I tried double clicking on the file guiserver.jar itself and got exactly the same error message. Then I right clicked and looked at the 'open with' option. Surprisingly I was given a choice of the java platform binary three time over. I tried all three. One of them lets me get a bit further. I get the Newlisp GUI up and running, load the pinballs demo and then try to run it. This time I don't get the 'guiserver not found' error. Instead, Newlisp produces this:
Code Select
461138
(lambda (gs:id gs:action) (net-send gs:out (string "frame-resized " gs:id " " gs:action
"n")))
java.lang.NoClassDefFoundError: C:Program Files (x86)newlispguiserver/jar
Caused by: java.lang.ClassNotFoundException: C:Program Files (x86)newlispguiserver.jar
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: C:Program Files (x86)newlispguiserver.jar. Program will exit.
Exception in thread "main"