블로그 이미지
소낑
혼자 정리하고 혼자 보는 초보개발자 소끼월드

calendar

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

Notice

Tag

'2017/10/09'에 해당되는 글 1

  1. 2017.10.09 jdk9 설치후 Eclipse 첫 실행시 실행 안되는 오류
2017. 10. 9. 01:32 BACK-END/JAVA

jdk9 설치하고 이클립스 실행 했는데 log 파일 보라는 얼럿 창과 함께 실행안되는 경우


[프로젝트 폴더\.metadata\.log]

!ENTRY org.eclipse.osgi 4 0 2017-10-09 01:18:39.407

!MESSAGE Application error

!STACK 1

org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct

at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:410)

at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:318)



[이클립스설치경로\eclipse.ini]

-vmargs 아래

--add-modules=java.se.ee 추가 후 재실행


-vmargs

--add-modules=java.se.ee




'BACK-END > JAVA' 카테고리의 다른 글

Spring Annotation  (0) 2018.08.30
posted by 소낑
prev 1 next