helios

How to upgrade eclipse from Galileo to Helios in Ubuntu 10.10 via “Help->Install New Software…”

南笙酒味 提交于 2019-12-11 07:59:14
问题 I know the direct-download method but still want to make the upgrade with the help of Eclipse. When I plan to do so, the following errors rise: Cannot complete the install because of a conflicting dependency. Software being installed: Eclipse SDK 3.6.2.M20110210-1200 (org.eclipse.sdk.ide 3.6.2.M20110210-1200) Software currently installed: Eclipse Platform 3.5.2 (Eclipse Platform 3.5.2) Only one of the following can be installed at once: Equinox Provisioning Publisher 1.1.2.v20100824-2220 (org

Serve Modules without publishing not working in Helios

依然范特西╮ 提交于 2019-12-10 17:49:53
问题 I have recently moved a webapp I have been developing to a new machine running 64bit Eclipse Helios (Service Release 2) and I am using Maven plugin M2Eclipse. I have deployed on a local tomcat install through Eclipse and everything is ok (more or less), but I want to select the option "Serve Modules without publishing", but when I select this option I get errors: log4j:ERROR Could not read configuration file from URL [file:/C:/butterfly/svn/trunk/micro/src/main/webapp/WEB-INF/classes/log4j

java.lang.NoClassDefFoundError on OSGi

孤者浪人 提交于 2019-12-10 13:19:10
问题 I have a bundle, with an activator declared. This activator create a JFrame and show it. Running on Eclipse as Plugin project it works fine. When I put on Felix it doesn't work anymore. It shows: java.lang.NoClassDefFoundError: com/griep/ui/MainFrame But MainFrame is located in the same bundle the activator is, as a public class, of course. I don't understand why the classloader isn't finding the class. Anyone knows what is happening? 回答1: Make sure you import the javax.swing package into

Can not start eclipse due to org.eclipse.core.runtime

馋奶兔 提交于 2019-12-10 09:35:04
问题 I copied some plugins into my eclipse installation (specifically Green and ObjectAid from this answer). I deleted them (since it did not work) but now I can not get eclipse to start (even with eclipse -clean ). I get: !SESSION 2013-02-08 16:21:16.949 ----------------------------------------------- eclipse.buildId=M20110210-1200 java.version=1.6.0_29 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=el_GR Framework arguments: -product org.eclipse.epp

Eclipse problem when install new software

亡梦爱人 提交于 2019-12-08 15:59:01
问题 I'm using Eclipse 3.6 (Helios) for mac os X. I downloaded from the Eclipse download page, unzip and put it in Applications folder. Then, i start the Eclipse and choose the workspace (the default, Documents/Workspace). After this, i tried to install new software by going to Help->Install New Software. The problem is that a error occur with the following message: "Cannot complete the request. This installation has not been configured properly for software update. See the error log for details."

Java Eclipse Helios 2 Release Java SE 7 Support

随声附和 提交于 2019-12-08 11:37:00
问题 we finally have migrate into Java SE 7 in out project we been working with Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 2 Build id: 20110218-0911 for some quite long. i am trying to set everything to get all the Java SE 7 new Stuff i was trying to set the Eclipse Compiler to 7 but surprise the Compiler for Java SE 6 is the last i was wondering if exists any fix or plugins to get eclipse approval my Java 7 sintax as well their support without install a new eclipse...

Eclipse Helios ignores breakpoints

*爱你&永不变心* 提交于 2019-12-06 19:34:35
问题 Eclipse is driving me nuts right now. It's probably something trivial but I just don't get it. Whenever I like to add a breakpoint, the regular icons are crossed out in the editor and breakpoints view. As you might have guessed, this isn't strictly a graphical problem ;) The breakpoints are simply ignored while debugging. The breakpoint's properties aren't helpful either. Any hint is very well appreciated! EDIT: I've tested different JDKs without success. I've successfully debugged projects

How to tweak this eclipse.ini file to improve the performance of eclipse(Helios)?

五迷三道 提交于 2019-12-06 12:19:58
Here's my eclipse.ini file -startup plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx384m What all should i add to improve the speed of eclipse to this.I have a 3GB Ram so i am looking forward to increase the memory allocated to eclipse.

Can not start eclipse due to org.eclipse.core.runtime

不羁岁月 提交于 2019-12-05 15:34:24
I copied some plugins into my eclipse installation (specifically Green and ObjectAid from this answer ). I deleted them (since it did not work) but now I can not get eclipse to start (even with eclipse -clean ). I get: !SESSION 2013-02-08 16:21:16.949 ----------------------------------------------- eclipse.buildId=M20110210-1200 java.version=1.6.0_29 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=el_GR Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package

Eclipse Helios ignores breakpoints

可紊 提交于 2019-12-05 01:01:20
Eclipse is driving me nuts right now. It's probably something trivial but I just don't get it. Whenever I like to add a breakpoint, the regular icons are crossed out in the editor and breakpoints view. As you might have guessed, this isn't strictly a graphical problem ;) The breakpoints are simply ignored while debugging. The breakpoint's properties aren't helpful either. Any hint is very well appreciated! EDIT: I've tested different JDKs without success. I've successfully debugged projects in another workspace Okay, so it's not about the JDK or the installed plugins. Seems to be workspace