Tech

Failed to create the Java Machine

onesixx 2011. 10. 29. 16:04
반응형

It is because Eclipse cannot find the path of javaw.exe

Just edit "eclipse.ini" file

Open the file and attach following sentences:

-vm

C:\Program Files\Java\jdk1.6.0_22\bin\javaw.exe

That is,,

-startup

plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810

-showsplash

org.eclipse.platform

--launcher.XXMaxPermSize

256m

--launcher.defaultAction

openFile

-vm

 

 

C:\Program Files\Java\jdk1.6.0_22\bin\javaw.exe

-vmargs

-Xms40m

-Xmx384m

반응형

'Tech' 카테고리의 다른 글

talend split file  (0) 2011.12.07
Tomcat - windows  (0) 2011.11.29
bcp  (0) 2011.11.09
Talend 파일명  (0) 2011.10.28
Talend…  (0) 2011.10.27
Talend Logfile  (0) 2011.10.26