I install Intellij IDEA 15.0.2 on Windows 8.1, run it, it asks for the path to jdk, I select the directory with JDK, and then IDEA worked correctly. But after rebooting the PC, I get this error message from IDEA - 'tools.jar' seems to be not in IDEA classpath.. So, I check JAVA_HOME from the command line, check on tools.jar in JDK_directory/lib, everything is in its place, how to run IDEA?
source
share