NXT voor Mac OS X Instructies [Updated]
[Completed] Gebruiksvriendelijke NXT client [Mac]. (installer)
https://nextcoin.org/index.php/topic,651.0.html
mac client software:
https://nextcoin.org/index.php/topic,708.0.html
Met deze wordt automatisch de juiste java versie geïnstalleerd, alsook updates van de NXT client wanneer die beschikbaar zijn.
NXT ondersteunt Mac OS X. Volg deze instructies (getest in OS X 10.9):
1. Download Java Client hier
https://nextcoin.org/index.php/topic,100.msg730.html#msg730 (hou uw client up to date)
2. Unzip de client files
3. NXT maakt gebruik van jdk 1.7. open Terminal, typ "java -version", als u onderstaande ziet (java version is 1.7),
Dan mag u naar stap 5 overgaan.
Anders:
download jdk1.7 hier http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html en installeer.
En typ
Code: [Select]
export JAVA_HOME=/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
Nu zou u de juiste versie moeten hebben jdk 1.7. Dit is echter maar tijdelijk, om het permanent te maken, voegt u ~./bash_profile aan uw commando toe.
Code: [Select]
echo "JAVA_HOME=/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" >> ~/.bash_profile
4. cd naar uw folder van NXT client. Command
geef onderstaande commando in de terminal in.
Code: [Select]
java -jar start.jar
5. Open https://127.0.0.1:7875 ("https" niet "http") uw browser zou nu de NXT client moeten tonen.