eclipse-plugin

UnsatisfiedLinkError in lotus-notes plugin

Hi, We are having an issue with a dll in a notes plugin. When we call this: NotesFactory.createSession(); we get this error: Unable to create view: nlsxbe (The filename or extension is too long. java.lang.UnsatisfiedLinkError: nlsxbe (The filename or extension is too long. ) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.j...

How do I force an eclipse plugin to be unpacked

My eclipse plugin must be unpacked. How can I enforce the installer to unpack it. Will it be unpacked if the jar file is simply dropped into the plugins folder? ...

eclipse plugin not loading dll due to long path

I am building an eclipse plugin (a notes plugin, but its a eclipse plugin in the end). One of the plugins my plugin depends on needs to load a native dll. The problem is, that fails depending on where in the disk such dll is. If it is longer than a certain threshold I get the error below java.lang.UnsatisfiedLinkError: nlsxbe (The file...

what eclipse GUI builder plugin do you suggest

i'm trying to create a user interface in java? what ui builder do you suggest for me to use? Thanks. ...

How do I manage the existing repositories that show up when I use Subversive?

When I create a new project from SVN the wizard pops up and instructs me to either "Create a new repository location" or "Use existing repository location". I want to remove most of the existing repositories or at least modify them but I don't see any options in Eclipse to edit or delete them. ...

Loading IIS website in Eclipse

Hi, I am not sure if there's a way to load an IIS website into Eclipse. Similar to the way we can load in Visual Studio through File > Open Website Thanks ...

How do I fix eclipse warning: "It is recommended for plug-in 'XXX' to run from a JAR, specify 'unpack="false"' attribute"

The plug-in really needs to be unpacked, yes I know it shouldn't care, but it does. I just want to make this warning go away, how do I do that? ...

GWT-Designer does not bild Async interfaces upon addition of Remote Service

Hello, I'm using GWT-Designer on a GWT project. It has been working well however some configuration got fouled up and it no longer builds Async interfaces and Implementations when you create a new Remote service. It has something to do with Eclipse Auto Build but I don't know how to see if this is enabled or how to trouble shoot it. ...

Eclipse plugin for working with protobuf

Protocol Buffers (protobuf) are a way of encoding structured data in an efficient yet extensible format. There's plugin for Netbeans, but I cannot find one for Eclipse. Does it exist? If yes, please, share the link. Thanks. ...

Strange problem with imports in Java Application

I'm building a plugin to extend the Eclipse BPEL Designer. That plugin is supposed to allow users to add meta information to certain model elements via EAnnotations. I already did the same thing for a BPMN model and it work just finde but when doing this for the BPEL designer I reveive rather strange exceptions. The first I thing realiz...

eclipse hibernate plugin

Hi folks, Can somebody guide me how to install Hibernate tools in Eclipse. I am using Eclipse 3.3 ( I can upgrade to 3.4). I can use Hibernate 3.0 or 2.0. I am not able to install the plugin. Its not getting detected. The update site gives error saying that WTP is required. When I try to install that, it again give some dependency erro...

Opening a view after launching in eclipse

I'm trying to have a view open programatically at the end of an eclipse ILaunchConfigurationDelegate. Currently I'm getting an "invalid thread access" error when I try to call showView(). How do I open a view from the launcher? ...

aptana unistall from eclipse

Finally I have decided to get rid of aptana from eclipse but the "Software update" menu shows "unistall" as disabled. How to enable unistall and release me of aptana woes? Is there a workaround or I simply go searching for aptana everywhere and delete all files which I will eventually do? ...

Eclipse 3.5 update site returns stale results for / but not for site.xml

I'm getting mixed results with an update site I'm setting up: Using http://mylyn-mantis.sourceforge.net/eclipse/update/site.xml gets the latest (3.0.2) version Using http://mylyn-mantis.sourceforge.net/eclipse/update/ gets me an old ( 3.0.1 ) version I got some hints about p2 metadata missing - does anyone know what's missing? Upd...

How can I know how much memory Eclipse plugins use (separately)

Is there a way to know how much memory is consumed by each Eclipse plugin separately? ...

Finding Struts version?

What is the easiest way to find the Struts library version? I'm adding Struts libraries to an generic eclipse project, and need to be able to differentiate between versions. (Other libraries like Spring have a getVersion() call) I can always read the jar manifest, but I'm looking for an easier way. ...

Eclipse new Web Application Project, can't find my GAE SDK

I've installed the Google Plugin for Eclipse 3.4 and it seems to work fine. But when I start a new Web Application Project, it wants me to configure the Google App Engine SDK. I click on Add App Engine SDK, but it doesn't recognize my (valid) GAE SDK. It comes back with "Failed to initialize App Engine SDK at %path", no matter what pa...

eclipse view classes dependency graph plugin?

is there any plugins i can use for eclipse that will show graphical view of classes dependencies ? ...

[Eclipse RCP] Is there difference in defining DropTarget in View and in Editor?

The code is: DropTarget target = new DropTarget(sqlViewer.getTextWidget(), DND.DROP_DEFAULT | DND.DROP_COPY | DND.DROP_MOVE | DND.DROP_LINK); Transfer[] types = new Transfer[] {TreeLeafListTransfer.getInstance(), TextTransfer.getInstance(), FileTransfer.getInstance()}; target.setTransfer(types); target.addDropListener(n...

Eclipse JavaScript Editor: content assist for js files

I'm trying Eclipse (with JavaEE and Web Development plugins) as a JavaEE/GoogleAppEngine IDE. In HTML editor if I put a <script ... src="..." /> in <head> I automatically get content assist for javascript in the referenced file. I was wondering if it was possible to obtain content assist for other javascript files (e.g. jQuery or homebre...