eclipse-juno

IBM Clearcase plugin installation issue with Eclipse

冷暖自知 提交于 2019-12-03 06:37:28
I am trying to install IBM Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0 following instructions on IBM site on Eclipse Juno CDT. I am using Install New Software > Add with the following URL. http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/ Installation fails with the following message Cannot complete the install because one or more required items could not be found. Software currently installed: Rational ClearCase MVFS Support 7.6.0.v201105111445 (com.ibm.rational.clearcase.ccrefresh.feature.group 7.6.0.v201105111445) Missing requirement:

Console disappear in Eclipse Juno

佐手、 提交于 2019-12-03 05:21:58
I am using Eclipse Juno. I was working in Java perspective and suddenly I minimized the console. I don't know where it went but I am unable to get it back. I even tried to get it from Windows>Show View>Console but I didn't get my console back. It happened the same thing to me. Just click Window->Reset Perspective and everything will be back as it was when you installed eclipse. Sure you'll have to customize it back to how you like it, but at least you'll have the console back. If console is not visible, just search for "Console" in QuickAccess box on the right hand top of menu bar. you can get

Eclipse (C/C++) Error: Job found still running after platform shutdown

∥☆過路亽.° 提交于 2019-12-03 04:14:43
问题 When I went to open Eclipse, it had worked an hour before, it froze at launch and gave the error: "An error has occurred. See the log file". See the log file below. Although some of this information appears in the log, OS: Mac OSX 10.7.5 Eclipse: Eclipse IDE for C/C++ Developers 3.8 Additionally, I have tried launching the Eclipse executable with -clean, as well as deleting various files in the .metadata folder. Lots of solutions on the internet, none have worked so far. !SESSION 2012-11-10

Can I keep my settings upgrading Eclipse from Indigo to Juno?

 ̄綄美尐妖づ 提交于 2019-12-03 00:38:55
问题 How can I upgrade Eclipse from Indigo to Juno without losing all of my customizations? I've tried two different things, neither of which worked: Export prefs from Indigo and import into Juno Run Juno on a copy of the Indigo workspace It's so annoying to have to start from scratch with every upgrade... 回答1: I am no expert, but I just added new sites to my "Available Software Sites" (help -> install new software -> Available Software Sites) http://download.eclipse.org/releases/juno http:/

Eclipse Juno's “Preprocessor Include Paths, Macros etc.” symbol scanner for CDT

僤鯓⒐⒋嵵緔 提交于 2019-12-02 23:57:57
So there has been an overhaul of the scanner discovery as worked on here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=290631 http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg24345.html However, I can't find any information on how to use it. I upgraded from Helios to Juno recently and now I have 8000 "Semantic Errors" and a ton of unresolved includes. However, I can't figure out how to use this new feature. I don't think there's any documentation yet, either. I think the intent is it will scan your project and automatically discover macros and include directories in order to aid in symbol

Eclipse modifies server.xml each time run the project (Run-->Run on Server)

强颜欢笑 提交于 2019-12-02 23:12:57
I'm using Tomcat 7 on Eclipse Juno. I use workspace metadata as server location (Please see my tomcat configurations below). Also I got a Server project in eclipse [please see the image below] with separate server.xml and other configuration files. Normally it works fine. The issue came across after I changed the server.xml (in eclipse project) for SSL configurations. Configurations are working fine. But each time I run the project (Run-->Run on Server) server.xml get modified to the default version. My customized SSL changes are missing. Also I tried to change server.xml in tomcat

Why is Eclipse Juno 4.2 running “JPA Java Change Event Handler” processes?

霸气de小男生 提交于 2019-12-02 21:33:46
I have just upgraded to Eclipse Juno 4.2. I have a completely clean new workspace, but have imported projects that have previously been used in Eclipse 3.7 and therefore have some Eclipse metadata in them. When moving to 4.2 I converted a project to use "Project Facets". The only Facet enabled is "Java". However, I regularly get "JPA Java Change Event Handler (Waiting)" appearing in my progress view. I do have JPA annotated classes within the project, but I do not have the JPA facet enabled. So...why am I getting these tasks being run by Eclipse? Update: Have submitted bug to Eclipse and it is

Cannot Install Aptana plugin on Eclipse 4.2

安稳与你 提交于 2019-12-02 17:40:34
I've installed Eclipse 4.2 Juno. Now I want to install aptana for developing ruby, but I get the following error, Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar . Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar . Read timed out user1333241 I assume that by now you have probably solved the problem, but I had exactly the same problem and found the solution after many searches, so for the sake of any others searching here... The URL you need to enter in the 'Install New Software' dialog is http://download

Eclipse (C/C++) Error: Job found still running after platform shutdown

限于喜欢 提交于 2019-12-02 17:32:56
When I went to open Eclipse, it had worked an hour before, it froze at launch and gave the error: "An error has occurred. See the log file". See the log file below. Although some of this information appears in the log, OS: Mac OSX 10.7.5 Eclipse: Eclipse IDE for C/C++ Developers 3.8 Additionally, I have tried launching the Eclipse executable with -clean, as well as deleting various files in the .metadata folder. Lots of solutions on the internet, none have worked so far. !SESSION 2012-11-10 22:10:32.651 ----------------------------------------------- eclipse.buildId=M20120914-1800 java.version

Eclipse Juno m2ecliipse : directory structure explanation

大城市里の小女人 提交于 2019-12-02 17:13:00
问题 I'm working under Eclipse Juno on a maven-archetype-webapp project done with m2eclipse. I don't understand directory structure. Anyone could explain how it's working? Thanks What i src/main/ressources for ? When you create package, it's not showed as package but only directory. I create a /src/main/java package and it's where i put my classes. The package structure hierarchy is ok. What is librairies ressources? Is it where you put javascript jquery? but when i put jquery plugin it does a lot