If you are trying to run CruiseControl on Gentoo Linux, you may find that you get an error similar to the following.
line 109: /bin/java: No such file or directory
There is due to the Java path. You can find it using the following command.
whereis java
You can then create a symlink to it.
ln -s /usr/bin/java /bin/java
Try running the command again and it should work.
Don't have time to check my blog? Get a weekly email with all the new posts. This is my personal blog, so obviously it is 100% spam free.
Tags: cruisecontrol, gentoo, java, symlinks
This entry was posted on Thursday, November 22nd, 2012 at 12:57 pm and is filed under Life, Tech. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.