How to specify jdk path in eclipse.ini on windows 8 when path contains space

后端 未结 14 894
时光取名叫无心
时光取名叫无心 2020-12-08 08:56

This doesn\'t work -vm %JAVA_HOME%/bin/javaw.exe

How can I replace %JAVA_HOME% with full path on windows 8 when path contains space (\"program files\" directory)

14条回答
  •  -上瘾入骨i
    2020-12-08 09:41

    Solution in:How do I set the eclipse.ini -vm option?

    -vm C:\\bin

     -vm
    C:\\bin
    

    Must be the first thing in eclipse.ini

提交回复
热议问题