NEM Alpha on Mac OS X / Linux1. Download latest release from
http://bob.nem.ninja2. unpack and cd to package; set permissions:
chmod +x nix.runNis.sh && chmod +x nix.runNcc.sh
3. first launch Nis
./nix.runNis.sh
4. open new terminal window, cd to package dir and launch Ncc
./nix.runNcc.sh
5. head over to
http://localhost:8989/ncc/web/index.html I get "Exception in thread "main" java.lang.UnsupportedClassVersionError: org/nem/deploy/CommonStarter : Unsupported major.minor version 52.0"
I installed Java SE 8 runtime, but don't seem to use this version. How can i select the version used in my terminal?
In my console i get
java -version:
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
Whats wrong?