I'm attempting to compile a Java program using Geany. I get /bin/sh: 1: javac: not found in the Compiler window. The available help out there suggests to make sure you have OpenJDK installed, which I do (6 & 7). Poking around, I find javac in /usr/share/bash-completion/completions. (I'm hesitant to start messing around with Java on Ubuntu since it seems to be so tempermental.) How do I point Geany to my Java installation? Any suggestions will be appreciated.