Help needed with Win7-64bit install

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
CaveGuy
Posts: 112
Joined: Sun Oct 13, 2002 3:00 pm
Location: Columbus Ohio
Contact:

Help needed with Win7-64bit install

Post by CaveGuy »

I am running Win7 V6.1. 64 bit version on an intel quadcore,

I have newlisp 10.1.10 installed in the C:\Program Files (x86) directory and newlisp.exe runs fine if I click on a .lsp file on the desktop.

I have installed both 32 & 64 bit java (Version 6 Update 18) and all the Java tests pass on both 32 and 64 bit IE. I have also tested and found java to be working working with Foxfire 3.6, Chrome 4.0.249.89, Safari 4.0.4. Open Office is also running fine on this system.

Attemps to run newLISP-GS or newlisp-edit.lsp return the following error"

Exception in thread "main" java.lang.NoClassDefFoundError: C:\Program Files (x86)\newlisp\guiserver/jar
Caused by: java.lang.ClassNotFoundException: C:\Program Files (x86)\newlisp\guiserver.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)\newlisp\guiserver.jar.
Program will exit.

Any help or suggestions would be helpfull.
PS: I Newlisp 10.1.7 on my old winXP laptop and it is working just fine other than having to fix all my old pre V10 (inc's and (dec's to make them work as expected again. But that is a different problem. :(
Bob the Caveguy aka Lord High Fixer.

m35
Posts: 171
Joined: Wed Feb 14, 2007 12:54 pm
Location: Carifornia

Re: Help needed with Win7-64bit install

Post by m35 »

Looks like you're having this problem.

Locked