Open GoogleCodeExporter opened 9 years ago
P.S. The host discovery issue was not fixed by System.setProperty
("java.net.preferIPv4Stack" , "true").
Original comment by knightof...@gmail.com
on 8 May 2013 at 9:38
I got the same error in Ubuntu Linux with JDK 1.6 and JDK 1.7, and in Mac OS X
with JDK 1.6. I also tried running Java in 32 bit mode.
Inspecting the class path, it seems fine. minlog is there, as is kryo-debug.
Not clear on why they're not loading.
Original comment by stillf...@gmail.com
on 23 May 2013 at 1:00
That said, there doesn't seem to be anything special about building this app. I
compiled the sources into .class files by hand and stuck them all in a jar file
and that seems to work fine.
Original comment by stillf...@gmail.com
on 23 May 2013 at 1:42
Not sure why it won't build for you guys. Try "scar debug", this is what I get:
http://pastebin.com/3fFtHaCy
Yes, the project is very simple, just class files that get compiled and JARed.
You could use Eclipse export JAR.
Original comment by cont...@esotericsoftware.com
on 23 May 2013 at 10:56
You can also try "scar trace". I'm curious what the classpath it reports looks
like.
Original comment by cont...@esotericsoftware.com
on 23 May 2013 at 10:57
"scar trace" gives the same output I reported above.
Original comment by knightof...@gmail.com
on 23 May 2013 at 10:15
"scar debug" gives the same output as well.
Original comment by knightof...@gmail.com
on 23 May 2013 at 10:35
It seems to me that there is some kind of assumption being made regarding the
setup / configuration of either environment variables, scar, or svn. Can you
please explain step-by-step how you would build kryonet from source on a new
machine? I'm sure I'm missing something obvious, but I'm not sure what it is
because there's very little information on how to build kryonet from source.
Nate makes it sound so simple, "just svn checkout then run scar".
Original comment by knightof...@gmail.com
on 23 May 2013 at 10:44
Okay, I'll go first. Here's exactly what I'm doing, step-by-step on the command
line (assume scar-1.09.zip has been downloaded and unzipped in
~/Downloads/scar-1.09):
http://pastebin.com/qbC9fH3n
Original comment by knightof...@gmail.com
on 23 May 2013 at 11:00
Original issue reported on code.google.com by
knightof...@gmail.com
on 8 May 2013 at 9:32