- This topic has 1 reply, 2 voices, and was last updated 19 years, 1 month ago by Scott Anderson.
-
AuthorPosts
-
coemergenceMemberI have been attempting to install MyEclipse 4.0 using the installer “EnterpriseWorkbenchInstaller_4.0GA_E3.1.exe” but experiencing significant problems.
After uninstalling the previous version (3.?), rebooting, stop and start Eclipse with only the resource perspective, running the installer. And then ran myeclipse, The new features need to be installed was never prompted.
When attempting to get new feature updates (Help -> Software Updates -> Manage Configuration -> selected the MyEclipse directory -> Enable), the following “Problem Occurred” message is displayed.
Please advice me how to install.
Thanks,
Sumit Roy
Below are my “configuration details” for eclipse:
*** Date: 10/12/05 2:02 PM*** Platform Details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=I200409070800
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\eclipse\eclipse.exe -showsplash 600
-exitdata
C:\eclipse\eclipse.exe -exitdata 15f8_38
-vm
C:\WINDOWS\system32\javaw.exe
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1129135857337
eclipse.vm=C:\WINDOWS\system32\javaw.exe
eclipse.vmargs=-Duser.language=en
-Xmx512M
-Dosgi.splashLocation=C:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp
-cp
C:\eclipse\startup.jar
org.eclipse.core.launcher.Main
eof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
http.proxyHost=
http.proxyPort=
http.proxySet=true
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=49.0
java.endorsed.dirs=C:\Program Files\Java\jre1.5.0_02\lib\endorsed
java.ext.dirs=C:\Program Files\Java\jre1.5.0_02\lib\ext
java.home=C:\Program Files\Java\jre1.5.0_02
java.io.tmpdir=C:\DOCUME~1\sroy\LOCALS~1\Temp\
java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Verity\DataDirect\drivers;C:\Program Files\Verity\k2\_nti40\bin;C:\Program Files\Support Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Apache Software Foundation\Maven 1.1-beta-1\bin;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Apache Software Foundation\apache-ant-1.6.1\bin;C:\Program Files\JCSI-SSO\jcsijars;;C:\Program Files\QL2\WebQL Enterprise\bin\;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_02-b09
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.5.0_02
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.5.0_02-b09<rest of config elided by admin/>
Scott AndersonParticipanteclipse.buildId=I200409070800
You’re using a very old build of Eclipse and it’s not compatible with MyEclipse 4.0.
We recommend that you install a freshly downloaded version of Eclipse 3.1.1
and then install MyEclipse 4.0.2 such that it points to the new Eclipse
installation. Once that’s done you’ll be able to open your current
workspace and continue development. After you verify that everything is OK,
you can then delete your existing, non-functional installation. -
AuthorPosts