Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Dec 22, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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.


Original issue reported on code.google.com by jhn...@gmail.com on 25 Jan 2013 at 5:08

Attachments:

@GoogleCodeExporter
Copy link
Author

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


Original comment by drwall...@gmail.com on 2 Feb 2013 at 5:22

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant