Thanks! I tested it, but it didn’t work:
[quote]Exception in thread “main” java.lang.NoClassDefFoundError: com/samskivert/util/StringUtil
at com.threerings.getdown.launcher.GetdownApp.main(GetdownApp.java:61)
at com.threerings.getdown.launcher.Getdown.main(Getdown.java:88)
Caused by: java.lang.ClassNotFoundException: com.samskivert.util.StringUtil
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 2 more
[/quote]
I think that’s the same I got when I built the jar from sources. Although I managed to build a getdown.jar I had multiple build errors.
The com.samskivert.* package is missing when building from source. Everything including com.samskivert.* should be included in the jar. I wonder where it went? Adding the com.samskivert.* package from hand is an option, but then, there might be other things that are missing?
The point of using getdown.jar is to have a reliable distribution mechanism for applications, but the fact that I cannot even find/produce a workable getdown.jar is somewhat troubling?