Well I try to start up the packet manager and get this error.


stevens-imac:rs2hd steven$ sh /Users/steven/Desktop/rs2hd/package-manager.sh
Exception in thread "main" java.lang.IllegalArgumentException: XPP3 pull parser library not present. Specify another driver. For example: new XStream(new DomDriver())
at com.thoughtworks.xstream.io.xml.XppDriver.loadLibr ary(XppDriver.java:62)
at com.thoughtworks.xstream.io.xml.XppDriver.createRe ader(XppDriver.java:43)
at com.thoughtworks.xstream.io.xml.XppDriver.createRe ader(XppDriver.java:49)
at com.thoughtworks.xstream.XStream.fromXML(XStream.j ava:845)
at com.rs2hd.tools.PackageManager.<init>(PackageManag er.java:78)
at com.rs2hd.tools.PackageManager.main(PackageManager .java:53)

Now I saw someone had a similar problem in this thread,

rs2hd - initial release

And Graham said to add XPP3 to their classpath, I think its already there for me though. Here are the contents of the shell file.

java -classpath bin:xpp3-1.1.4c.jar:deps/xstream-1.3.1-20081003.103259-2.jar com.rs2hd.tools.PackageManager http://www.grahamedgecombe.com/packages/rs2hd/

And another question: Do I even need to run this packet manager thing? I'm assuming I do because there is a shell file and a batch file hinting, at least to me, that he wants us to run it. Also when I run the server, I can still login without running the packet manager.

And lastly, I'm looking for a tut on making a 508 server work with a 525 cache, at least I think I am based on my understanding of "517s".