Yeah, and to find it, look around your Java installation which is probably /usr/java/j2re-(version)/bin or something like that.
I really suggest you put that in your path, run these at the commandline (not as root)
$ PATH=/path/to/whereever/you/installed/java/bin:$PATH >> ~/.profile
and
$ PATH=/path/to/whereever/you/installed/java/bin:$PATH
righty!