vy9930
(Vishal Yadav)
November 23, 2019, 4:29am
1
hii i am trying to setup openmrs by manual installations but i am running into a problem here is the screenshot.
i have already gone through this "Unable to locate the Javac Compiler" when building with Eclipse - #2 by k.joseph and already set up the path in environment variable but still, the problem persist and i am not using eclipse.
vy9930
(Vishal Yadav)
November 23, 2019, 4:38am
2
here is some additional information
ggomez
(Gibril Gómez)
November 23, 2019, 12:41pm
3
@vy9930 Are you deploying on an apache-tomcat servlet or running openmrs SDK?
1 Like
vy9930
(Vishal Yadav)
November 23, 2019, 12:43pm
4
@ggomez Apache-tomcat
Is there any relation between apache tomcat and my installation problem?
ibacher
(Ian Bacher)
November 23, 2019, 5:57pm
5
It looks like you have the 1.8 JRE installed, but the 13 JDK. Currently, OpenMRS only supports the 1.8 JDK.
sharif
(Sharif Magembe)
November 24, 2019, 5:21am
6
Hope you will try configuring jdk 1.8 not jdk13 as @ibacher said add it to the class path, . then after that restart you computer, go to the directory of your file run mvn clean install -U and see , any progress or blocker let us know
vy9930
(Vishal Yadav)
November 24, 2019, 6:35am
7
@sharif and @ibacher Thank You for your pointers but now I am facing a new problem, openmrs-core build failing on windows, here are related details :Openmrs-Core build failure in windows' environment?
please share your insights here