I am new to this and wanted to try my hand at developing Android applications. so I downloaded the SDK and ADT from https://developer.android.com . after that I realized that I needed a Java thing, so I downloaded jdk1.8.0_20 from the Java site. my ecplise folder is in the c: \ Android \ directory ("Android" is the folder that I created for this purpose), Java installed, I’m located in C: \ Program Files (x86) \ Java. My system also runs on 64-bit Windows 7. Now when I run eclipse, I get the following error.
Java was started but returned exit code=13 C:\ProgramData\Oracle\Java\javapath\javaw.exe -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms512m -Xmx1024m -jar C:\Android\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os win32 -ws win32 -arch x86_64 -showsplash C:\Android\eclipse\\plugins\org.eclipse.platform_4.2.2.v201302041200\splash.bmp -launcher C:\Android\eclipse\eclipse.exe -name Eclipse --launcher.labrary C:\Android\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807\eclipse_1503.dll -startup C:\Android\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar --launcher.overrideVmargs -exit data f24_5c - -launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20120913-144807 -product com.android.ide.eclipse.adt.package.adtproduct - -launcher.XXMaxPermSize256m - -launcher.defaultAction openfile -vm C:\ProgramData\Oracle\Java\javapath\javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms512m -Xmx1024m -jar C:\Android\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
now after all this i checked the eclipse.ini file and that is what it had
-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.adtproduct -showsplash org.eclipse.platform - -launcher.XXMaxPermSize256m - -launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms512m -Xmx1024m
So can someone please help me and tell me what to do .. or better yet, tell me what I need to download and install on my 64-bit Windows 7 system so that I can start learning some Android application development. Your help will be greatly appreciated.
java eclipse
rohit vj
source share