eclipse

JDE Eclipse plugin or Blackberry JDE?

Just getting started with Blackberry development... I have used eclipse before and like it. What do you all recommend and why? Thanks! ...

How to hide files in eclipse plugin development ?

I want to hide a physical file (eg: Sample.abc) which is generated at runtime.This should not be shown to the user.How can i programmatically handle this logic in my eclipse plugin development. Thanks in advance Regards Mathan ...

Is there a overview of all buckminster commands for the hudson buckminster plugin?

I am trying to set up a continous build of our PDE project using hudson + buckminster. The problem i got is, i can't find any list/documentation of the available commands. I think it should be the headless buckminster commands, unfortunately i can't find them documented either. Anybody got an overview of the available commands? Maybe ...

Inspecting java class instance variable values in Eclipse

In an application, I have a class with a few member variables and methods. Calling the method with bad parameters produces a AssertionError. I've setup the debugger to halt on uncaught exceptions. Problem is, when switching over to the debug perspective, I can only see the class instance (on which the function was called) and the two pa...

Error while connecting to Oracle DSN using Java

Hi, I need to develop an application that connects to various DSN's using the Microsoft ODBC drivers. I have developed the application in Eclipse and it seems to work properly. The connection succeeds and I am able to view table data. However when I export the project to a runnable jar file (using Eclipse) the functionality fails for O...

Cursor color in Eclipse 3.5/Zend Studio 7 on Mac OS X

Hi everybody, Does any of you have a clue on how to change the cursor color in Zend Studio 7.0 on Mac OS X? I am asking because I really fancy dark colored themes. After a few hours I managed to port my favorite theme from TextMate.app. However my cursor is still black, which is somehow troublesome. As you can see here - http://twitpi...

Is there a headless way to import projects and refresh the workspace?

Hello! Still trying to set up an headless build for a big university project (RCP product). Every Eclipse user knows the following manual functionality: "File --> Import --> Existing projects into workspace" as well as "Build Workspace" and "Clean Workspace" Is there a way to invoke this actions headlessly? Thank you!! ...

Eclipse: XML syntax coloring for non-XML files

Hi, all. In my previous (and first) foray into Eclipse, I inherited another Developer's workstation and setup. Now, I'm trying to setup a new Eclipse instance from scratch, and, in turn, am scratching my head. How do I go about getting XML-style syntax coloring for files that do not end in .xml (specifically vxml files, in this case)?...

Where can I obtain an Eclipse server adapter for WebSphere Application Server Version 7?

I need to set up an Eclipse WTP project pointing to a WAS V7 instance but I can't find the server adapter to work with version 7. Version 6 is supported. ...

'Restore Defaults' Preference Page Functionality in Eclipse

Is there a programmatic method of achieving the same results as clicking 'Restore Defaults' in an Eclipse preference page? I already know how the field editor system works and preference storage works. Thanks! :) ...

Managing a dev vs production environment for a web app?

I have finished developing the core of a web application I have been working on. Since I was the only developer I just developed locally (lamp stack) without using version control (probably stupid but anyway..). Now that it is getting close to production ready, I have a couple other developers working with me so I set up a repository f...

How to use deployment variables when building WAR files in Eclipse?

I have a workspace with several projects, that may be deployed in several configurations. When exporting to WAR from within Eclipse, i would like to specify the configuration, and have several properties in some configuration files exported to change according to that configuration - the context path attribute of the context.xml, the na...

AJDT Advice Marker Configuration for Maven Defined Aspects

Currently, I have a Maven project which inherits from a parent pom defining two aspect jars. The advice markers are displayed for both aspect jars via the m2eclipse AJDT integration. However, in this case, I only want advice markers displayed for one of the aspect jars, but I don’t seem to be able to achieve this. I’ve looked at the ‘...

Debugging Visual Studio builds from Eclipse

I'm just starting out on a cross-platform (Windows, Linux, OS X) C++ project, and we've decided to use Scons for our build system and Eclipse as our IDE. I've figured out how to trigger Scons to do a Visual C++ build from Eclipse, and for errors etc. to get reflected in Eclipse, so all good so far. However, what would be really nice is i...

Managing multiple branches in Eclipse, or getting a VS-like setup for Eclipse.

In VS, it's simple. Everything the project needs is stored in the project folder and all VS settings are stored in one place. Eclipse, however, stores Eclipse settings with the project and keeps a .metadata at the workspace level which is needed to detect the projects in the workspace. Thus, I can't simply branch a project and then open ...

How can I use external JARs in an Android project?

I have created an Android project and added an external JAR (hessian-4.0.1.jar) to my project. I then add the JAR to the buildpath and check it of in Order and Export. Order and Export is ignored it seams, and all classes from the external JAR is missing in runtime. Is there a trick to properly include the needed classes from an extern...

ant deploy problem

I am working on a spring project. I use ant to deploy application and STS (eclipse based) IDE to develop. I set the CATALINA_HOME environment variable echo $CATALINA_HOME /home/username/springsource/apache-tomcat When I run the deploy ant task from IDE it deploys to a folder under /home/username/workspace/myproject/${env.CATALINA...

How to run arbitrary server software from Eclipse?

I am developing a Flex-based game, and struggling with SmartFox Server. Anyway, it's a java-based server for Flash platform games, and it's kind of clunky to develop with on Windows. So, I want to be able to start it (and stop it) via Eclipse rather than the current batch file nastiness they provide. The problem is I've never done th...

Eclipse perspective switcher as in google chrome or riena

Hi! Does someone know how to implement eclipse perspective switcher so that each perspective shows as a separate tab on top of the window? Menubar should be inside tab content, below tabs, as seen in google chrome. I saw Replacing the Perspective-Switcher in RCP apps and Creating your own Perspective-Switcher - A first try but it...

Automation in Eclipse

I am using Eclipse and have a few simple tasks(such as uploading files to a server) I would like to automate. Where should I be looking, is something like ANT applicable here? Any pointers appreciated. ...