Hi All,
I have an error come up when I wanted to install Eclipse to my new laptop with Windows 10. Could you give me a hand A.S.A.P. ?
I have already set up environment variable for java 1.8.
Please see the attached images for error !!!!
Thanks.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi All,
I have an error come up when I wanted to install Eclipse to my new laptop with Windows 10. Could you give me a hand A.S.A.P. ?
I have already set up environment variable for java 1.8.
Please see the attached images for error !!!!
Thanks.
Can you copy the contents of the error console and paste it here, not an image? The image is hard to read and appears to be missing some lines.
If you don't understand my answer, don't ignore it, ask a question.
Here it is :
---------------------------
Eclipse
---------------------------
Java was started but returned exit code=13
C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
-jar C:\Users\IW\Desktop\eclipse-java-2018-12-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar
-os win32
-ws win32
-arch x86_64
-showsplash C:\Users\IW\Desktop\eclipse-java-2018-12-R-win32-x86_64\eclipse\\plugins\org.eclipse.epp.package.co mmon_4.10.0.20181214-0600\splash.bmp
-launcher C:\Users\IW\Desktop\eclipse-java-2018-12-R-win32-x86_64\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\Users\IW\Desktop\eclipse-java-2018-12-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1. 1.900.v20180922-1751\eclipse_1801.dll
-startup C:\Users\IW\Desktop\eclipse-java-2018-12-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar
--launcher.appendVmargs
-exitdata 2924_12c
-product org.eclipse.epp.package.java.product
-vm C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
-jar C:\Users\IW\Desktop\eclipse-java-2018-12-R-win32-x86_64\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar
---------------------------
OK
---------------------------
A google search returns this:
https://stackoverflow.com/questions/...d-exit-code-13
If you don't understand my answer, don't ignore it, ask a question.