Is it possible to make content assistant work as Netbeans code completion during typing "new "? I mean that Netbeans suggests all possible classes that fit to the type requirements including extending classes. Eclipse suggest only exact classes that fit to the required type.
Here is example comparison:
http://img12.imageshack.us/img12/36...
Also keeping in mind the fact as to how to add GWT Widgets To The Secondary HTML Page?
...
I'm attempting to learn AJAX via this site. I've made it down to the section where it says "you must put the code in the onModuleLoad()" (right above listing 4). I found two areas in my Eclipse project that mention onModuleLoad(): slicr.java and the actual EntryPoint.class file in the gwt-user.jar/com.google.gwt.core.client package. When...
So I copied this tutorial example thing right from Google's android site and I ma getting an error that R.id cannot be resolved.
Here is my Java file
package com.TestApp.HelloWebView;
import android.app.Activity;
import android.os.Bundle;
import android.webkit.WebView;
public class HelloWebView extends Activity {
WebView mWebVie...
I have been reading about Scala for a while and even wrote some small programs to better understand some of the more exoteric features.
Today I decided to do my first "real project", translating some 60 lines of ugly Java code to Scala to rewrite it using the better pattern-matching features (why? because the Java version was becoming h...
I've created a Java project from existing source with an Ant build script in Eclipse. I cannot run my project because Eclipse tells me that there is at least one error in it.
Now, I know that the project runs fine on the command line, so I suspect an Eclipse configuration error.
As far as I can tell, the only feedback that I have from ...
How can I stop this from happening, it is grabbing files in .svn folders when I create jars. The .svn folder is unchecked in the prompt.
...
Instead of going through each (+) sign at the left and clicking them to expand the collapsed code snippets, is there a shortcut or menu item (I couldn't find it, VS has that) to expand all the collapsed code/comments at once?
Thanks.
...
Hello everyone,
The company I'm working for is starting up and they changed their name in the process. So we still use the package name com.oldname because we are afraid of breaking the file change history, or the ancestry links between versions, or whatever we could break (I don't think I use the right terms, but you get the concept).
...
Hi,
I am trying to install Eclipse Galileo on my MacBook running OS X v10.6 (Snow Leopard) and set it up with ADT plugin. I downloaded 64-bit cocoa version of "Eclipse Galileo for JEE developers" and ADT v0.9.6 from the respective offical sites.
When I try to add this new plugin-archive in Eclipse, I get the following error:
Cann...
When trying to run an Eclipse Dynamic Web Project under a Tomcat setup using WTP, it fails with the attached stacktrace.
Checklist
At the project properties, under "Java EE Module Dependencies" I have checked the "Maven Dependencies"
At the wtp deploy directory, under lib indeed all dependencies are present (esp. struts-taglib-1.3.10....
I delete my java program from java project in eclipse. The extension was .java and I don't know how to get back? I try (getdataback for NTFS) but I didn't get back my *.java file. Some solution?
...
Hi.
I have an application which is making use of a .jar file and a .properties file which must reside in the same directory as where the .jar file lies. On a normal java application, this works fine, however I'm building an Eclipse plug-in. I've tried attaching the .properties everywhere, in the classpath, build path, putting them in th...
I've just finished re-installing my OS, and as always install and test standard tools which I use, and now I get this error like never before when I tried to start Jboss 5 from eclipse, its quite big exeption :
3:53:10,693 ERROR [AbstractKernelController] Error installing to Instantiated: name=AttachmentStore state=Described
java.lang.I...
I am a C# guy with pretty good grasp of Visual Studio IDE usage (using it since VS2003).
Right now, I am doing a proof of concept app using Eclipse 3.4.1.
Is there any good reference or book which describes the usage of Eclipse IDE, compared to Visual Studio. Is there any Eclipse guide for Visual Studio users :)
Thanks, in advance.
...
In eclipse IDE, how can I see the javascript source code GWT has generated ?
...
Hi
Is there a Visual Studio like plugin for Eclipse that will allow me create a class-diagram ?
Preferable something that is actually up to date. Most of what Google finds is dead projects who haven't been updated in 2-6 years.
...
Has anyone gotten the glassfish v3 adapter to work with Eclipse without restarting every time there's a code change? I tried to set this up but the adapter "republishes" every time I change any file, which is very annoying. It takes up to 3 minutes and locks up my machine for a second.
I must remember to constantly stop the adapter befo...
Hi
Is there a way to see all the recently changed files in an eclipse project (including files recently changed by other CVS users)?
Thanks.
...
There are Eclipse IDE for Java EE Developers (190 MB) and Eclipse for PHP Developers (139 MB)
I've already installed eclipse for PHP.
I don't want to install another eclipse for java.
Is it possible to use the same eclipse for both java and PHP?
EDIT
I decide to install another eclipse for java finally....
...