2011年6月15日水曜日

Eclipseの起動時に「eclipse faild to create the java virtual machine」 エラー

Oracle SQLDeveloper 等のJava系ツールと同じ様な感じのエラーなのかと思いや、ある意味では似ている現象であった。

起動対応と日本語化で下記の3行を eclipse.ini 追加した。
【起動対応】
-vm
C:/Program Files/Java/jdk1.6.0_24/bin/javaw.exe

【日本語化】
-javaagent:plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
-product
org.eclipse.epp.package.modeling.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-vm
C:/Program Files/Java/jdk1.6.0_24/bin/javaw.exe
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

0 件のコメント:

コメントを投稿