Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » New installation, can't use updater?
New installation, can't use updater? [message #556474] Wed, 01 September 2010 13:51 Go to next message
jules  is currently offline jules Friend
Messages: 5
Registered: September 2010
Junior Member
Just wiped the default (out-of-date) installation of eclipse from my debian squeeze x86-64 machine and replaced it with a fresh copy of Helios (+J2EE modules, from the file eclipse-jee-helios-linux-gtk-x86_64.tar.gz downloaded from eclipse.org this morning) . However, trying to install subclipse from the marketplace I get the following error message:

Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared profile 1.0.0.1276788056866 (SharedProfile_epp.package.jee 1.0.0.1276788056866)
Missing requirement: Shared profile 1.0.0.1276788056866 (SharedProfile_epp.package.jee 1.0.0.1276788056866) requires 'toolinggtk.linux.x86_64org.eclipse.core.runtime [3.6.0.|20100608-0911]' but it could not be found

Any ideas what's wrong? I've tried starting completely fresh with a new workspace, but even that hasn't helped.

And that strange requirement name isn't a copy & paste error or anything like that, that's how it appears (with no separation between tooling and gtk or x86_64 and org) in the error message.
Re: New installation, can't use updater? [message #556476 is a reply to message #556474] Wed, 01 September 2010 14:00 Go to previous message
jules  is currently offline jules Friend
Messages: 5
Registered: September 2010
Junior Member
Just in case it's relevant, steps I used to install (as root):

rm -rf /usr/local/eclipse/*
cd /usr/local
tar xvzf ~jules/Downloads/eclipse-jee-helios-linux-gtk-x86_64.tar.gz
cat > /usr/local/bin/eclipse <<END
#!/bin/sh
export ECLIPSE_HOME=/usr/local/eclipse
$ECLIPSE_HOME/eclipse $*
END
chmod +x /usr/local/bin/eclipse

eclipse.ini is unmodified from the default version.
JVM is Sun HotSpot 64-bit, 1.6.0_21-b06.

[Updated on: Wed, 01 September 2010 14:04]

Report message to a moderator

Previous Topic:Alter the behavior of clean
Next Topic:can't lookup the variable value when debuging jsp in Myeclipse
Goto Forum:
  


Current Time: Fri Apr 26 00:20:21 GMT 2024

Powered by FUDForum. Page generated in 0.02998 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top