eclipse-plugin

Unable to install Plugins in Eclipse (jpbm)

I have a mayor problem with installing plugins in eclipse. I'm using ubuntu 10.04 64 bit and I installed: Eclipse SDK Version: 3.6.0 Build id: I20100608-0911 (Not by using the apt-get, via apt-get I get galileo, but that version didn't work as well) The Plugin I want to install is: http://sourceforge.net/projects/jbpm/files/jBPM%203/...

Is there Scala plugin for Eclipse Helios (3.6)?

I have Eclipse Helios (3.6). I found one Scala plugin on Eclipse marketplace, but there was no "Install" button and description said there is no version of this plugin for Eclipse Helios. Is it possible to develop Scala on Eclipse Helios? How? ...

Finding files and folders in an OSGI Bundle

Hi, I am writing test cases that have to be executed in osgi environment, i have put the test data which is a set of files in the test bundle. I am able to access the test data files using bundle.getResource which returns an URL from which i can get the InputStream for a particular file, but how can i find out all the list of files in a ...

Eclipse plug-in - Bundle additional files with native code library

Hello! We are trying to bundle a .dll file with an Eclipse plug-in. The problem is that the .dll file requires another (non-.dll) file to reside within the same directory when it is loaded. Both files are in the .jar and we have added the following to the MANIFEST.MF Bundle-NativeCode: native/license.file; native/library.dll; selection...

Android ADT Plugin doesn't show up in Eclipse

I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I try to configure it in the Windows > Preferences dialog, the Android Plugin doesn't show up in the left pane. Instead I see DDMS. This prevents me from specifying the location of the Android SDK (unless there is a...

Is there any Eclipse plugin for firefox extension creation?

I have starting creating my first firefox extension. I am following http://extensions.roachfiend.com/howto_bug.html But seems creating this without an IDE is very tedious task. Do we have any eclipse plugin for creating firefox extension? Or is there any tool for firefox extension creation? ...

How to get Ant to copy properties file to classes directory.

I have a project which I can build and deploy correctly using Ant I want to build a war file to deploy the project. I can get everything working except I cannot get the properties file to appear in the classes directory. My properties file is located here: ${resources_dir}/${app}/Report.properties This is the war section of my buil...

What version of eclipse is safe for development for android?

Apparently, eclipse 3.6 doesn't work well with the android sdk, but I'd like to use eclim which requires this version of eclipse. Does anyone have any recent experience developing for android with eclipse 3.6? Recommendations for someone who wants to use vim for android development? I'd appreciate any help. ...

Eclipse marker is Invisible

Hi, I am facing a strange problem while adding custom eclipse marker. The scenario is that while adding marker, when a resource(To which I need to add marker) is open then Marker icon is visible. But if the resource is not open then marker is added but icon is not visible. Here is a snippet of code I am using <extension id="H...

How do I find eclipse plugin org.eclipse.ui.console?

Seriously, its like DLL hell all over again. I can only find ghostly references to it - but its not on my system. Where do I go to download this? ...

How to surround JTable with JScrollPane through windowbuilder?

In Eclipse Jigloo plugin you can right click on JTable and choose "surrond with JScrollPane". But in windowbuilder pro plugin I can't find a way to make JTable with JScrollPane ...

How to get selected file in Package Explorer from Eclipse

Hello, I have an Action that implements IObjectActionDelegate. In this action I want to preform some operations over the file that is selected in Package Explorer when I selected my Action. I only have a run(IAction action) method and the ObjectAction filters the files so that the action only appears for the files I want. I'm looking f...

[Q] How do I intergrate a html document into the code

I am currently working on a new app and this is my first ever app I have attemped to make with the android os. I am using eclipse 3.6 and using android 1.5 version as the base to make the app as compatible as I can with all android phones. I am a newbie to java and I read a few tutorials which helped me get the app up and working but I...

TAB Folding Console Eclipse Plugin

Hello, Is there a plugin that allows you to fold lines starting with a tab. For debugging purposes in a hierarchy of classes, I put a number of tabs in front of each line depending on its depth since the first toString(nl) call. each time I have this kind of structure public String toString(String nl) { ... St...

Trouble plugging Aptana into Eclipse

I'm trying to add Aptana to my Eclipse installation. I'm trying to do so on Win7 x64. I've tried both x86 and x64 versions of Eclipse. Most of the time Eclipse would install just fine, run okay, but as soon as I try to pluin Aptana it has problems. It will start up, then encounter an error immediately and close. Right now I have the x64 ...

Is there anything like VisualAssistX for Eclipse? or I'd like some autocomplete with my cup of Eclipse.

Hello guys, I'm currently being forced to work with Eclipse on one of my current projects. The language we're working with is C++. The one thing I miss the most from Visual Studio is VisualAssistX, mostly for its Auto Complete. Is there anything like it for Eclipse? Or is there anyway to buff Eclipse's autocompletion? Thanks a lot, p...

Is it possible to open QWidget parented to eclipse mdi area

Is it possible to open QWidget parented to eclipse mdi area (inside of eclipse environment) ...

svn+ssh commit error

###CLOSED: It was server issue. Hello, I have problem with commiting from my development env (Eclipse Helios + Subversive 0.7.9 + SVNKit 1.3.2) to my svn+ssh repository. After commiting files I eclipse dialog window ("Operation failed") appears with information "Commit operation failed 2 errors occured during the operation execution....

Could not connect to remote facade url

I am trying to use mxunit eclipse plug-in for testing my test cases. I am using eclipse 3.6.0 with cfml plug-in (cfeclipse ver 1.4.2.*) For ColdFusion project. On the fifth step of plug-in configuration, I get the following error: Could not connect to facade URL. Try running this in a browser: http://localhost/mxunit/framework/Remote...

Why is the "Source Code Locations" page missing on eclipse 3.6 (Helios)

I'm trying to add JFace source code on my Target Platform in Eclipse 3.6. Many help page on the internet refers to a "Source Code Locations" tab from the Target Platform preferences page. I do not have that tab on a fresh Eclipse 3.6 including RCP development (eclipse-rcp-helios-SR1-RC4-win32.zip). Here's a screenshot of my Target Plat...