insectoid @ Mon Sep 14, 2009 11:57 pm wrote:
Wtd, sometimes you need to push in the right direction a little harder.
So, right now, your computer has no idea what 'javac' is. You need to tell it via the PATH environment variable where javac is, so that it can let javac take over the terminal. Sort of.
So, somewhere in Windows is a list of environment variables, and you need to add 'javac' and the path where you installed the compiler to the list.
Or something like that.
I've gotten a bit jaded by some experiences where I did a lot of hand-holding and then had people just give up as soon as they ran into a problem I didn't have a step-by-step answer to.
If asd5520 wants to solve this problem, he need only google for "path environment variable" and he'd have the answer. Heck, if he'd googled the original message, he'd probably have immediately gotten a step-by-step answer.