Neon: how to run on jdk9?

后端 未结 11 1209
后悔当初
后悔当初 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:03

    Your eclipse.ini is wrong for specifying the JVM. First of all, the -vm option needs to be near the end, right before any -vmargs line. Second, you don't specify the location of the bin folder, rather the java executable (or dll). See the eclipse.ini wiki page for details (and pay careful attention to the details written there).

    By the way, where did you get the info to write eclipse.ini the way you did? I'd like to know the source in hopes of correcting that misinformation.

提交回复
热议问题