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.
-snip-
Are you using the latest JRE?
The error you're getting is almost like your zip doesn't have the Nxt class.
Try redownloading the zip.
Yes, tried re-downloading zip and using latest JRE, worked fine yesterday\
Did you cd to folder? Looks like you dont have zip in your path.
Yes, I cd to folder and also have launch.bat file in same folder as zip, tried both ways.
Getting this output
C:\nxtcoin\client>java -cp Nxt.zip Nxt
Exception in thread "main" java.lang.UnsupportedClassVersionError: Nxt : Unsuppo
rted major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
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.