Re: No compiler is provided in this environment - how to stop this error ?

2018-07-03 Thread Karen Goh
On Sun, 6/24/18, Karl Heinz Marbaise wrote: Subject: Re: No compiler is provided in this environment - how to stop this error ? To: "Maven Users List" , jeffma...@jeffmaury.com Date: Sunday, June 24, 2018, 3:00 PM Hi, do you really want to

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-24 Thread Karl Heinz Marbaise
Hi, do you really want to work with SNAPSHOT versions? I would prefer to work with releases instead .. org.springframework.boot spring-boot-starter-parent 2.0.3.RELEASE which is available from Central... So you don't need any definition of repositories in your pom file...if you have just

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-24 Thread Karen Goh
Sorry Jeff, I do not understand your reply. Anyway, I have now remove and replaced it with and the pom error went away. Could you let me know if it makes any difference to change the version ? org.springframework.boot spring-boot-starter-parent 2.0.3.BUILD-SNAPSHOT

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-24 Thread Jeff MAURY
This is because this repo only delivers only non snapshot artifacts Jeff Le dim. 24 juin 2018 à 06:02, Karen Goh a écrit : > Thanks Jeff. It is working now. > > However, I'd like to know is it possible to change the version to 2.0.3 > from 2.1.0 in maven pom.xml ? > > >

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-23 Thread Karen Goh
Thanks Jeff. It is working now. However, I'd like to know is it possible to change the version to 2.0.3 from 2.1.0 in maven pom.xml ? org.springframework.boot spring-boot-starter-parent 2.0.3.BUILD-SNAPSHOT I have tried to change on the advice

Re: No compiler is provided in this environment - how to stop this error ?

2018-06-22 Thread Jeff MAURY
Your JAVA_HOME must point a jdk not à jre Le ven. 22 juin 2018 à 13:16, Karen Goh a écrit : > Hi, > > I have been trying to tackle the below error without avail. > > In my due diligence, I have done the necessary checking like making sure > that the environment is run on 1.8JDK > > Please see

No compiler is provided in this environment - how to stop this error ?

2018-06-22 Thread Karen Goh
Hi, I have been trying to tackle the below error without avail. In my due diligence, I have done the necessary checking like making sure that the environment is run on 1.8JDK Please see screenshot https://ibb.co/eopTVT https://ibb.co/g2wE4o I got the below when I did the following: 1st, I