for linux/mac replace: ls _.java > ... with find . -type f -name "_.java" > sources.txt change: remove the path ending with .sh to: remove the .sh strings so your bots look like this: bot1 = new IORobot(bot1Dir);
for linux/mac
replace:
ls .java > ...
with
find . -type f -name ".java" > sources.txt
change:
remove the path ending with .sh
to:
remove the .sh strings so your bots look like this:
bot1 = new IORobot(bot1Dir);