Windows Dev Env Setup | balter | 2016-03-16 09:15 | |||||||||||||||
Status: Closed | |||||||||||||||||
I'm trying to set up my development environment in Windows. I'm primarily working from the documentation at https://www.labkey.org/home/Documentation/wiki-page.view?name=build I'm documenting my progress here: https://gist.github.com/abalter/e7037098cf58b036a36c/edit I'm stuck on one particular issue. Right now I have JAVA_HOME=C:\Program Files\Java\jre1.8.0_74 When I start IntelliJ, I get 'tools.jar' seems to be not in IDEA classpath. Please ensure JAVA_HOME points to JDK rather than JRE. When I change to JAVA_HOME=C:\Program Files\Java\jdk1.8.0_74 and start IntelliJ, I get what is in the image. Suggestions? |
|||||||||||||||||
| |||||||||||||||||