Re: Java Help on Debian

2008-11-18 Thread Eric Lavarde - Debian
Hi, you probably need to set the CLASSPATH environment variable to the listed JAR files, wherever you put them, I would recommend NOT in Java's own directories (I tend to put local JARs to /usr/local/share/java, then CLASSPATH=/usr/local/share/java/odinms.jar:/usr/local/share/java/xttools.jar:etc.

Re: Java Help on Debian

2008-11-18 Thread T J Zeeman
Hi, If you have Java installed on your Debian system, you can usually find the mentioned directories under /usr/lib/jvm/. Placing files there may need root privileges. Kind regards, Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Java Help on Debian

2008-11-18 Thread Michael Su
Alright, I'm going to try and make this as short and neat as possible without too much unneeded rabble >_> Okay, so the root of the problem is that I'm running a server for a game, and I need to somehow get it working on Linux. I've already set it up on Windows since ages ago, so I mostly