eclipse

How can I add an editor without IEditorInput into a RCP application ?

Hi all, I'd like to add an editor to an RCP application. I need to leverage the advanced features of editor, such as keywords highlighting. But it seems that editor have to be associated with an IEditorInput, but I just do not need to persistence the text, store it in memory is OK for me. Is there any way to do that ? Thanks -- Best R...

How do I get OpenGL/GLUT working with Eclipse IDE (cocoa 64 bit) using C++ and on Snow Leopard.

This seems like it should be strait forward, but a lot of the information I'm finding it pre-snow leopard, deals with cocoa and carbon, or the XCode IDE. None of which helps me with my problem at hand. I simply want to compile, and run openGL using C++ without becoming dependent on the Mac environment since I will most likely need to g...

Is it possible to configure Maven 2 Pom Editor to open pom.xml in source mode?

I use Maven 2 Pom Editor mainly for editing directly the XML file. Is there a way to make the editor always open "Source" tab? ...

Different kind of Java EE projects

What is the different between different kind of Java EE projects in Eclipse WTP? There are: Application Client Project Connector Project Enterprise Application Project Utility Project ...

intellisense dissapeared in eclipse, how to get it back

I don't know what happened but the intellisense just dissapeared, anybody knows how to get it back ? I tried creating new projects, rebooting, doesn't help ...

Resteasy client in an OSGi / Eclipse RCP environment

I'm trying to build a client for a Resteasy service in Eclipse. I thought this would be simple - but a lot of the magic that Resteasy does (e.g. looking up annotations on POJOs, loading the Resteasy providers, etc.) seems to be broken by the OSGi class loader. I've spent quite a bit of time resolving the problems with dependencies and bu...

How do I associate my custom ANT builder with the project instead of the Eclipse workspace?

I'd like to associate some ANT targets with my project's build in Eclipse. No problem, I create a custom ANT builder, specify targets to run, all is well. But then I realize that the builder information is saved in the workspace instead of the project! Why is that, and how do I fix it? The goal is that anyone who imports the project i...

Android Google Map Addon not available?

dear friends, i am trying to display google map on Android refering to this tutorial http://developer.android.com/resources/tutorials/views/hello-mapview.html when i go to google website to download addon it says addons are not available kindly guide what should i do to achieve this?? ...

Eclipse WTP - "No tab group defined for launch configuration type org.eclipse.jst.server.tomcat.core.launchConfigurationType" ...?

When I double-click on my tomcat server on eclipse's "Servers" tab I get taken to the propeties page. This page has only one tab, "Overview" and has a red square as its icon. When I click on the "Open launch configuration" link on the "Overview" tab I get two popup messages: Exception occurred creating launch configuration tabs Rea...

Eclipse IDE fail to launch with JVM Terminated. Exit code=-1

Hello everyone. I was having an issue with Eclipse IDE failing to launch with following error message: "JVM Terminated. Exit code=-1" After some googling, I've semi-unintentionally found the solution and was able to get the IDE to launch correctly. What I did was to set -Xmx JVM argument in eclipse.ini to a value that is lower than th...

GWT app and Hibernate under Eclipse

Hello I have a GWT app created by GWT wizard under Eclipse. I also created a separate project (called Model) in the workspace where I put Hibernate classes and mapping hbm.xml files. Now I'd like to properly reference this project from my GWT project so that Hibernate configuration can successfuully load classes and mapping files from G...

keeping Eclipse-generated makefiles in the version control - any issues to expect?

we work under Linux/Eclipse/C++ using Eclipse's "native" C++ projects (.cproject). the system comprises from several C++ projects all kept under svn version control, using integrated subclipse plugin. we want to have a script that would checkout, compile and package the system, without us needing to drive this process manually from ecl...

Eclipse: keyboard shortcut to move tabs around?

Is there any way to setup an Eclipse keyboard shortcut which will split the current editor vertically and put the current tab on one side? For example, turning this: Into: ...

Eclipse and JavaFX? is it just me?

I'm looking at learning JavaFX. I've tried setting Eclipse to develop a small app and I've downloaded the Eclipse plugin. Eclipse JavaFX plugin BUT... it just seems, well, flakey. So I have 3 questions... 1: Is there a better plugin? 2: Or is there some great set of tutorials out there that I'm missing? 3: finally, is it meant to ...

Filtering app server console output in Eclipse to not include long stack traces and just show me the error message?

I am using JBoss 4.2. Long stack traces are useless to me most of the time. Is there a way to only show the error message? Can stack traces be disabled or trimmed for normal java programs also? ...

Eclipse will not start after uninstalling Java and reinstalling to a new location

I reinstalled the JDK tonight because of the embedded space in Program File... and now Eclipse blows up immediately when starting. Is there a config file that needs updating? I tried eclipse -clean with nu luck. Peace, Scott ...

Java EE eclipse project directory structure?

I am attempting to setup a sample dynamic web project in Eclipse using Java EE, Spring and Maven (using Nexus repository manager). I was wondering if anybody knows the "best practice" directory structure that I should setup for an enterprise web app in Eclipse? Should I just stick with the default structure that is setup for me? I ask...

Blackberry Eclispe plugin and emulator

So I installed the following installation packages to develop Blackberry apps using the included emulators. I first installed them on a macbook pro, virtualizing windows 7 x86 with vmware. Everything worked fine, I created a quick HelloWorld app and it compiled and fully ran in the emulator. I did no other configuration. So I went to ins...

how to pass data between activities in Android?

dear friends, i have a scenario of login page after logging in there will be sign out button on each activity. on clicking signout i will be passing session id of signed in user to signout. can any one guide me how to keep session id available on all activities?? or any other solution to achieve this?? ...

how to change text "Eclipse" to some other text say "AshuEclipse" in the Header left hand corner ?

How to change text "Eclipse" to some other text say "AshuEclipse" in the Header left hand corner? Note: I dont want ot change the header to show workspace ,but I want to change the word Eclipse itself. Plz suggest. ...