Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
junsha
on 22/12/2013, 11:11:36 UTC
Version 0.3.0 - https://dl.dropboxusercontent.com/u/67242472/nxt.zip
*.nxt files if u need any - https://dl.dropboxusercontent.com/u/67242472/nxtfiles.zip

1. Download nxt.zip
2. Unzip it!
3. Open "nxt" directory.
4. Put there *.nxt files (near start.jar).
5. Type
Code:
java -jar start.jar
6. Open http://localhost:7874/nxt to launch Nxt servlet (u should see "HTTP ERROR 405").
7. Open http://localhost:7875 for GUI.

If ur server is visible on the Internet and has a static IP or domain then go to "/webapps/root/WEB-INF" and open "web.xml". Change line "" to "MY_ADDRESS". (Replace MY_ADDRESS with IP/domain). Save the file, go back to "nxt" directory and then type
Code:
java -jar start.jar

This version contains a mess of old and new code, ignore exceptions, just check if u can download blocks and send transactions. 0.3.0 was tested in local network, now we r supposed to test it in wild.

PS: We have to wait when most of peers pick the longest chain.

I'm getting this exception:

Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j
etty/start/Main : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
4)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
Could not find the main class: org.eclipse.jetty.start.Main. Program will exit.


BTW if running method changed, please update the first post of this topic

I also get this problem, any solutions?