colin shuker wrote:I need jar files for the those logging things don't I?
For some reason when I jar a project that has jars added, sometimes the jar runs fine on my pc, but not on others computers.
Something to do with not being able to find those classes, I don't get why it works on one pc, but not another, so would rather avoid that from happening.
Well, yeah. You do need jar files. As for why it doesn't work on those other computers, that would be because you didn't set up the classpath properly there. It isn't hard to set up a class path, as I'm sure you know by now. It doesn't make sense to reinvent every wheel just for that reason.