Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » JRE or JDK must be available ERROR(Eclipse was opening fine now I get error)
JRE or JDK must be available ERROR [message #1271417] Sat, 15 March 2014 03:45 Go to next message
Jody Wright is currently offline Jody WrightFriend
Messages: 1
Registered: March 2014
Junior Member
Hello all. This is my first post on the forum. I have not opened eclipse on my desktop in a while. It worked fine a few weeks ago. I'm getting the "JRE or JDK must be available in order to run eclipse..." error. I found this fix on the forum to solve my problem:
-vm
C:\Java\JDK\1.7.0_45\bin\javaw.exe


I'm using windows 7 64bit.
This is my eclipse.ini. I added the two lines after the "openFile" line but eclipse still won't open (same error).

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
-product
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256M
-showsplash
com.android.ide.eclipse.adt.package.product
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Java\JDK\1.7.0_45\bin\javaw.exe
*(this is the version I'm running)
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx768m
-Declipse.buildId=v22.3.0-887826
-XX:MaxPermSize=512M
Re: JRE or JDK must be available ERROR [message #1271725 is a reply to message #1271417] Sun, 16 March 2014 01:23 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Jody,

Are you sure that's a 64 bit VM?

On 15/03/2014 11:26 AM, Jody Wright wrote:
> Hello all. This is my first post on the forum. I have not opened
> eclipse on my desktop in a while. It worked fine a few weeks ago.
> I'm getting the "JRE or JDK must be available in order to run
> eclipse..." error. I found this fix on the forum to solve my problem:
> -vm
> C:\Java\JDK\1.7.0_45\bin\javaw.exe
>
> I'm using windows 7 64bit.
> This is my eclipse.ini. I added the two lines after the "openFile"
> line but eclipse still won't open (same error).
>
> -startup
> plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807
>
> -product
> com.android.ide.eclipse.adt.package.product
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> com.android.ide.eclipse.adt.package.product
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vm
> C:\Java\JDK\1.7.0_45\bin\javaw.exe *(this is the version I'm running)
> -vmargs
> -Dosgi.requiredJavaVersion=1.6
> -Xms40m
> -Xmx768m
> -Declipse.buildId=v22.3.0-887826
> -XX:MaxPermSize=512M
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Eclipse will not download
Next Topic:Source Code
Goto Forum:
  


Current Time: Fri Apr 26 00:11:53 GMT 2024

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

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

Back to the top