2016. 12. 20.

[ErrorNote] queryDSL dependency error

Error : 

error : You need to run build with JDK or have tools.jar on the classpath.If this occures during eclipse build make sure you run eclipse under JDK as well...




Why :

eclipse STS에서 실행할 때 javaw.exe 파일을 잘못된 곳에서 실행하여 발생. Eclipse STS run javaw.exe from wrong path like window java initiation.



solution : 

이클립스를 설치한 폴더에 eclipse.ini 파일을 열고, -vmargs위에 아래와 같이 추가해준다.

-vm 
C:\Java\jdk1.8.0_60\bin\javaw.exe

댓글 없음:

댓글 쓰기