https://bz.apache.org/bugzilla/show_bug.cgi?id=58770
--- Comment #12 from Jan Mat <[email protected]> --- Set JAVA_HOME and PATH: Open System Properties > System > System Environment Variables. The system properties dialog opens. Button "environment variables". Check where your JAVA_HOME is defined. Change that value to your ${JDK_INSTALL_DIR}. Modify the PATH variable. Prepend the "${JDK_INSTALL_DIR}\bin;" before the values. Confirm the dialogs. Open a new cmd.exe. Type "set" and check the JAVA_HOME and PATH variables. Try "javac -version". -- You are receiving this mail because: You are the assignee for the bug.
