Quote Originally Posted by DragonOrta
I went through everything, and keep getting an error.

Error: JAVA_HOME Environment variable is not defined. Please install JDK or define it manually.

Could someone tell me how to get by this? Thanks
did you do the export JAVA_HOME="..." part as well as modifying the .bash_profile? the problem is that the JAVA_HOME variable isn't defined and these are the 2 steps that define it. I'd say double-check in .bash_profile and, when in doubt, reboot.