Neon: how to run on jdk9?

后端 未结 11 1211
后悔当初
后悔当初 2020-11-27 07:00

Just started playing with jdk9 - and kind-of stuck right at the beginning:

  • downloaded and extracted eclipse-java-neon-m4a-win32
  • installed java 9 supp
11条回答
  •  独厮守ぢ
    2020-11-27 07:08

    I had got the same error. org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct

    Resolved it by uninstalling all different versions of java and installed just 1.8.0_231.

    Worked finally.

    Java 8 installation link - https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

    Scala IDE for Eclipse:- version - 4.7.0 http://scala-ide.org/download/sdk.html

提交回复
热议问题