eclipse

Republish project error with Eclipse

Hi guys, I have a problem with eclipse and my project. When I start the server (weblogic 10.3) and publish my project, all work fine. But when I modify a class and republish the project (without restart the server), I get the following error: weblogic.application.ModuleException: at weblogic.servlet.internal.WebAppModule.start...

How do i solve the "doesn't match anything issue" when submitting a bug with mylyn to bugzilla with eclipse

Hi there. I'm trying to submit a bug to a bugzilla server with mylyn task plugin in eclipse, but when i sent it server replies : Assignee:<name> did not match anything being name the the user from my mail sent, seem to be splitting my email from the @. Actually i'm using Mylyn 3.4.1 and eclipse 3.5.2, does anyone had this issue before ...

Android/Eclipse problem

When I start a new Android project in Eclipse (Helios), the strings.xml has 2 strings, app_name and hello (which is normal, of course), but they're not shown in the resources view. They seem blank and on clicking anywhere or typing in either views brings up an error dialog, saying "An error occured.. java.lang.NullPointerException. I'm a...

Modify a file in response to IResourceChangeListener

Hi there, In the context of an IResourceChangeListener I need to modify a given preference file in the workspace. Because of “Note that during resource change event notification, further changes to resources may be disallowed.” the only solution to perform this change is to delay it on a future event (5 seconds later, on the next acces...

Eclipse javadoc coverage plugin

Hi there, i want to find out what classes need some javadoc love in my project. Is there a plugin for eclipse (or a standalone app) that would tell me what methods don't have a javadoc yet and perhaps even tells me if some are wrong (parameters changed etc). This is more or less the last plugin i need to create great code :D thx in adva...

How to make ant4eclispe build a project with all its dependencies?

I have several Eclipse projects that depend on each other (no cycles). Is it possible to use ant4eclipse to automatically resolve and build dependencies (preferrably to a single output folder)? ...

Click stacktrace in eclipse's external tools

I'm using Eclipse's external tools functionality to launch my test server (I can't use the normal servers view for it since it's not supported). That works fine, but it's a bit sad that I can't click the stacktraces to automatically jump to that line in the code (as you could normally do). I always thought eclipse's console automatic...

Importing WAR file in Eclipse. Name's cannot be empty.

I need to create an web app and was following this tutorial at IBM: http://www.ibm.com/developerworks/data/library/techarticle/dm-0509cline/ However, whenever I try to import the LowFareAir.war file in Eclipse I keep getting the message "Name's cannot be empty" and it doesn't let me continue. I'm a complete beginner to this, am I doing...

Eclipse network settings: unable to get updates

When I try to install Eclipse updates or add-ons, I receive the following error message: I'm using Debian Linux without desktop environment, I guess usually network settings are being obtained by Eclipse from Gnome or KDE global settings (however, I never used them for long enough). There are no environment variables set as for system...

Suggestions for spell checking HTML with Aptana plugin for Eclipse

I'm using the Aptana plugin for Eclipse to do web development. Apparently spell checking is disabled in Aptana for performance reasons (see https://aptanastudio.tenderapp.com/discussions/questions/140-invoking-the-version-20-spell-checker). Currently I drop to a shell and run a script that in turn runs aspell on all my *.html files, bu...

Transitioning from VS2010 to Eclipse IDE for Android/Java dev

Hi, I wonder if someone can help me... I've been developing VB.Net for years and C++/VB before that. I've also got some PHP experience. I'm now moving to Java to write an app for my Android mobile. I'm trying to use MOTODev Studio (Which extends eclipse) I've not developed in Java before so it's a bit of a learning curve anyway. I'm fa...

Slow profiling with Eclipse TPTP

Hi all, I've developing an application in Eclipse 3.6 and am trying to get some simple execution profiling statistics with TPTP (basically just the execution time analysis). However, the profiling is running so slowing that it's barely possible to get a successful run, Eclipse sometimes crashes with OutOfMemoryErrors and I highly doubt...

Any way to group methods in Java/Eclipse?

I would like to be able to group similar methods and have them appear in my Outline view in Eclipse. This makes navigating large swaths of code a little easier on the eye, and easier to find methods you need. In Objective-C there was a pragma mark command that you could set. Anything like that for java/eclipse? ...

Different output from getClass().getResource().getPath() depending on environment.

I'm writing an app in Java in Eclipse where I need to get the absolute path to an image I'm using. I decided to use getClass().getResource().getPath(), and it works great when I'm running the app from Eclipse. When I export the app to a JAR file, however, the image doesn't appear. I put in a print statement to find out what was coming...

How to develop Eclipse GUI plugins

I want to develop a GUI plugin inside Eclipse such that I can expose a set of tasks and the user can drag-drop the tasks in the editor canvas and create connections between them like a workflow. A -> B -> C. In the background this would generate a set of Java classes with custom code. Any pointers to what resources do I have for such a p...

Eclipse Java: Template for the 'create field' quick fix suggestion?

Hi. In constructors I very often assign to a non-existing field and choose Ctrl+1 "Create field 'memberField' in type 'CurrentType'". The problem is that I want the field to be final by default, which it isn't. Is there a template for this quick fix somewhere? Thanks. ...

Eclipse won't start

when trying to start eclipse, i receive the message in the image. when trying to start other instance of eclipse, i receive a message saying: "failed to create the java virtual machine". How can i solve it? ...

Looking for help with 2 errors when compiling the application.

Good evening everyone! I am working on learning some java and I have made it to the notepad tutorial and when I go to run it on the emulator, I am getting a few errors, and I'm hoping someone here may be able to help. package com.a8a.todolist; import java.util.ArrayList; import android.app.Activity; import android.os.Bundle; import a...

How do I convert eclipse App for phone?

I have downloaded eclipse and the Android sdk and I have now used eclipse to design an android app which runs fine on the emulator. I have also downloaded and installed Kies for file transfer between PC and Samsung phone. I used Kies to download a free app from Android market and checked the format of the downloaded files, one is an ‘app...

Pascal autocompletion in Eclipse?

Is there a snippet file or something to plug into Eclipse in order to be able to use autocompletion? ...