Is anyone else having issues with opening the local client? I just downloaded the new version, but it won't launch, any ideas? I'm using a launch.bat file. Thanks.
Could you be more specific, how are you launching it? Is there any output?
I created a launch.bat file in the same folder as the Nxt zip file (java -cp Nxt.zip Nxt). When I enter the local host in the web browser it just times out. I was logging in fine yesterday, then stopped working today, realized there was a new version so I downloaded, but still no dice.
To be more specific, I'm getting this:
C:\nxtcoin>java -cp Nxt.zip Nxt
Exception in thread "main" java.lang.NoClassDefFoundError: Nxt
Caused by: java.lang.ClassNotFoundException: Nxt
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: Nxt. Program will exit.