Post
Topic
Board Announcements (Altcoins)
Re: NAS :: Descendant of NXT 100% PoS|More Exchanges|WinNAS is ready!
by
lcharles123
on 17/05/2015, 11:52:20 UTC
I try both 1.1.6 and 1.1.3 but get a error:
Code:
Error: Could not find or load main class nxt.Nxt

The java is version 1.8.0_45
This can be a problem with these new versions of java?  Which version are you running?

Are you using the sources or the zip file?, Linux or Windows?,
Maybe it's a problem of directory or files permission in Linux, as distribution file is zipped in Windows.
That Java version is not the problem.
I use the .zip files.
The previous version in OP works, the system is Mint17 and SUSE13, both x64
. .
Launching it with the following command:
Code:
/usr/lib/jvm/java-8-oracle/jre/bin/java -cp nxt.jar:lib/*:conf nxt.Nxt
. .
Hope this helps.
Thanks! It works!

I have installed in /opt
So just run through
Code:
/opt/jdk1.8.0_45/bin/java -cp nxt.jar:lib/*:conf nxt.Nxt

Node running!!