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...
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?
...
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...
i'm trying to create a user interface in java? what ui builder do you suggest for me to use? Thanks.
...
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.
...
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
...
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?
...
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. ...
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.
...
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...
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...
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?
...
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?
...
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...
Is there a way to know how much memory is consumed by each Eclipse plugin separately?
...
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.
...
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...
is there any plugins i can use for eclipse that will show graphical view of classes dependencies ?
...
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...
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...