Can't run eclipse [message #967120] |
Thu, 01 November 2012 10:05  |
Eclipse User |
|
|
|
I'm on both java 32 and 64, So I set up the path to my java 64 and when I did javac in cmd it was working fine, when I downloaded and ran eclipse, it gave me this following error
Java was started but returned exit code=13
C:\Windows\system32\javaw.exe
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar C:\Users\Ryan\Desktop\Eclipse!\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os win32
-ws win32
-arch x86_64
-showsplash C:\Users\Ryan\Desktop\Eclipse!\eclipse\\plugins\org.eclipse.platform_4.2.1.v201209141800\splash.bmp
-launcher C:\Users\Ryan\Desktop\Eclipse!\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\Users\Ryan\Desktop\Eclipse!\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120522-1813\eclipse_1503.dll
-startup C:\Users\Ryan\Desktop\Eclipse!\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-exitdata 1e98_124
-vm C:\Windows\system32\javaw.exe
-vmargs
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar C:\Users\Ryan\Desktop\Eclipse!\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
If anyone could help me, I would appreciate it so much.
|
|
|
|
|
|
|
|
Re: Can't run eclipse [message #970498 is a reply to message #970272] |
Sun, 04 November 2012 00:46   |
Eclipse User |
|
|
|
On 11/03/2012 06:22 PM, Ryan Kavanagh wrote:
> Hey,
> I've checked over it, But I don't understand what is wrong with my java
> or how to fix the problem, Might you be able to give me a solution to
> the exact problem I'm having? I don't understand my exact problem,
> therefore I have no idea what I am suppouse to be doing? I'm really
> sorry about this.
> Best Regards,
> Ryan
I just happened to set up Juno today, downloading new JDKs (1.6 and 1.7)
as well as Tomcat 6 and 7. I'm up and running and I followed the same
procedure I wrote down in that summary I gave you even though I wrote it
back before Helios had come out. So these instructions work for Europa
through Juno with no trouble.
You appear to have installed a 64-bit Eclipse. I think the JRE you're
using is 32-bit (don't ever use the JRE under Windows\system32 anyway).
I gave you instructions on how to download Eclipse and a proper JDK/JRE
including warning about bittedness. If you follow these directions, it
will work.
If the directions are confusing or inadequate in your particular case,
you may need to find someone who can be physically present to help,
something I can't do obviously.
Best of luck.
|
|
|
Re: Can't run eclipse [message #970989 is a reply to message #970311] |
Sun, 04 November 2012 08:41  |
Eclipse User |
|
|
|
On 11/04/2012 05:02 AM, Nir Lisker wrote:
> Hi Ryan,
>
> I don't understand the exact cause of the problem from the log. What I
> would do (if no one gives a better solution) is:
>
> Uninstall your current Java.
> Install the JDK from Oracle's website.
> If it doesn't work, try to download eclipse (whichever version you need)
> again.
>
> You can configure which Java to use inside eclipse after it works.
Don't uninstall your current Java: leave it alone for use by your
computer. Instead, download and install a copy of Sun Java separately,
but when it asks you for the path, change this to something like
C:\Users\ryan\jdk1.7.0_x. Then modify your eclipse.ini to point to it.
Especially don't mess with C:\Windows\system32\javaw.exe.
In this way, the fate of Java and Java applications on your computer
have nothing to do with running Eclipse and developing in Java and what
you're doing in Eclipse won't be disturbed by some update to Java
(though these are usually safe).
|
|
|
Powered by
FUDForum. Page generated in 0.13462 seconds