Hi guys, I have Java installed, downloaded NAS, unzipped, cd to NAS dir, then
java -cp nxt.jar;lib\*;conf nxt.Nxt and instead of NRS starting it says 'lib: command not found' then a few lines down 'conf: command not found'
Any ideas?
Try this: java -cp nxt.jar:lib/*:conf nxt.Nxt
This should havebeen already updated though.
regards