Post
Topic
Board Announcements (Altcoins)
Re: NEM Official Moderated Thread [Updates & Discussion][Civilized Discussion]
by
frozeman
on 25/06/2014, 21:22:39 UTC
NEM Alpha on Mac OS X / Linux

1. Download latest release from http://bob.nem.ninja
2. unpack and cd to package; set permissions:
Code:
chmod +x nix.runNis.sh && chmod +x nix.runNcc.sh
3. first launch Nis
Code:
./nix.runNis.sh
4. open new terminal window, cd to package dir and launch Ncc
Code:
./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?