Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse failed to run(Exlipse.exe file failed to launch )
icon8.gif  Eclipse failed to run [message #1695589] Sun, 17 May 2015 11:06 Go to next message
Eclipse UserFriend
i added adding the following lines to eclipse.ini file:

-vm
C:\Program Files\Java\jdk1.8.0_45\jre\bin\server\jvm.dll

Now i click on Eclipse.exe, a window opened for less that a sec and closed automatically. i am not able to run the application

My eclipse.ini file looks like:

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
-product
org.eclipse.epp.package.cpp.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files\Java\jdk1.8.0_45\jre\bin\server\jvm.dll
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms40m
-Xmx512m


what else should i change ? i have java installed on my machine
i am using windows 64
Re: Eclipse failed to run [message #1695608 is a reply to message #1695589] Mon, 18 May 2015 00:20 Go to previous message
Eclipse UserFriend
On 05/17/2015 11:22 AM, Enas Bis wrote:
> i added adding the following lines to eclipse.ini file:
>
> -vm
> C:\Program Files\Java\jdk1.8.0_45\jre\bin\server\jvm.dll
>
> Now i click on Eclipse.exe, a window opened for less that a sec and
> closed automatically. i am not able to run the application
> My eclipse.ini file looks like:
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20150204-1316
>
> -product
> org.eclipse.epp.package.cpp.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vm
> C:\Program Files\Java\jdk1.8.0_45\jre\bin\server\jvm.dll
> --launcher.appendVmargs
> -vmargs
> -Dosgi.requiredJavaVersion=1.7
> -Xms40m
> -Xmx512m
>
>
> what else should i change ? i have java installed on my machine i am
> using windows 64

Did you bother to read the sticky posts at the top of this forum? The
one named, "Eclipse won't start? READ THIS FIRST" would have led you to
this link:

https://wiki.eclipse.org/Eclipse.ini#-vm_value:_Windows_Example
Previous Topic:Is there a tool to visually view code within a project on Eclipse?
Next Topic:Spring tool suite : Maven behind proxy
Goto Forum:
  


Current Time: Thu May 22 15:29:41 EDT 2025

Powered by FUDForum. Page generated in 0.07842 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top