Eclipse jee juno win32-x86_64.zip and jdk 7 Windows-x64.exe
Asked By
20 points
N/A
Posted on - 08/11/2012
I recently downloaded 64-bit versions of eclipse-jee-juno-win32-x86_64.zip and jdk-7-windows-x64.exe.
Afterwards, I changed eclipse.ini to :
Code: [Select all] [Show/ hide]
-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.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:Javajdk1.7.0binjavaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
This should’ve solved download issues yet there are still errors.
Changing .ini path doesn’t work either. I’m using a laptop with Windows 7 64-bit.
What I’ve done was supposed to work. Do I have to download the files again?