1

I am trying to download Eclipse to start making some apps. I downloaded the launcher from:

https://developer.android.com/sdk/index.html#download

I then moved the Eclipse file over to program x86.
I also updated the Eclipse file so that it changes the directory where it finds my JRE file. I will attach the file code I have so far.

Eclipse and Java are both 64

Any help will be amazing!

/-------------------------------------------------------------------------------

-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
-vm
C:\Program Files (x86)\Java\jre7\bin\java.exe
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-Declipse.buildId=v22.3.0-887826
-XX:MaxPermSize=512M

/-------------------------------------------------------------------------

Thank you!

3
  • see stackoverflow.com/questions/11461607/… or stackoverflow.com/questions/6166795/… Commented Feb 13, 2014 at 6:08
  • @Shayanpourvatan I have looked at that multiple times. Can't seem to fix the problem. Commented Feb 13, 2014 at 6:10
  • You are using a 64 bit Eclipse with a 32 bit Java. You must run all 64 bit or all 32 bit. The Java is in Program Files (x86) which makes it 32 bit unless your install is very broken. Commented Feb 13, 2014 at 7:43

2 Answers 2

1

Can you post your eclipse.ini file?

It may just be the way the error shows (and not how it is written in the eclipse.ini file), but there is text in Eclipse.ini (Specifying the JVM) that says the following:

  • The -vm option and its value (the path) must be on separate lines.
  • The value must be the full absolute path to the Java executable, not just to the Java home directory.
  • The -vm option must occur before the -vmargs option, since everything after -vmargs is passed directly to the JVM
Sign up to request clarification or add additional context in comments.

Comments

0

@Developer SuRu it is right And this link explain easily how can do this Java was started but returned exit code=13 [FIXED]

Or see this Answer : Add the java 32-bit version path to AptanaStudio3.ini

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.