You misread the dates. Have another look. It says "support2 Joined: 17 May 2004". In other words, support2 joined this forum in 2004. The post date is at the bottom of the message and it says "May 01, 2009". So Bruce actually posted that message two days ago.
Anyway, this is all just basic Java stuff. You have a jar file, edtftpj.jar, that needs to be on the classpath. There's nothing special about this jar file; it's all pure Java and has dependencies on nothing other than the Java libs. If the batch files confuse you then don't use them. Just set the classpath on the command-line explicitly.
java -cp somedir/edtftpj.jar MyClass
- Hans (EnterpriseDT)