Export to GitHub

program-ab - issue #2

Run.bat classpath doesn't work on case-sensitive filesystems (like Linux)


Posted on Jan 25, 2013 by Happy Camel

On Linux which has a case-sensitive file system, the classpath in run.bat should refer to 'out/production/Ab' rather than 'out/production/ab'.

I have attached a simple run.sh script (tested on Ubuntu 12.04, but should work on any *nix system with a compatible java command) containing a fix.

Attachments

Comment #1

Posted on Feb 2, 2013 by Happy Hippo

I changed the way the classpath and jar files work. Now all the needed jar files are packaged inside one big Ab.jar file, so all you need is

java -cp lib/Ab.jar Main bot=super action=chat trace=false

in your run.bat or run.sh

Status: Fixed

Labels:
Type-Defect Priority-Medium