16
votes
7answers
1k views
Using both Eclipse and NetBeans on the same project
Eclipse is a really great editor, which I prefer to use, but the GUI design tools for Eclipse are lacking. On the other hand, NetBeans works really well for GUI design.
Are there any tips, tricks …
12
votes
21answers
3k views
What is the best *free* IDE for Java programming?
There are two free IDEs for Java: Netbeans and Eclipse.
Netbeans seems to have better auto-complete support and compile/debugging support. However, it lacks support for auto-completing …
11
votes
12answers
690 views
To check in, or not check in, the entire Eclipse project?
I'm soon going to check in the very first commit of a new Java project. I work with Eclipse Ganymede and a bunch of plug ins are making things a little bit easier.
Previously I've been part of …
11
votes
9answers
1k views
C/C++ Compiler for windows
I'm trying to port a Linux app to windows. Nothing huge, just a small command line utility. However, the last time I worked with C in Windows, it was a 'hello world' app in Visual Studio 6.
I'm …
10
votes
12answers
755 views
NetBeans Tips and Tricks
I just saw an Eclipse tips & tricks post and was wondering if anyone had any tips & tricks for my IDE of choice: NetBeans.
Here's a few I know and find to be useful:
Removing a package: …
10
votes
11answers
2k views
Java Desktop application framework
Hi,
I am working on designing and building a desktop application. I am thinking about using eclipse or netbeans for the base of this application. However, I have never built on either of these …
9
votes
5answers
730 views
How well do Eclipse and Netbeans coexist?
I would like to have both Eclipse and Netbeans (with JUnit) installed on one system, so I can be somewhat familiar with both.
Besides GUI development (see "Using both Eclipse and Netbeans"), are …
8
votes
4answers
632 views
Compare and Contrast Java Module/Plugin mechanisms
There are several mechanisms for module/plugin mechanisms:
JSR-277 (now defunct), Project Jigsaw
OSGi
Eclipse plugins (currently built on top of OSGi)
Netbeans plugins
Android apps
Glassfish plugins …
7
votes
8answers
1k views
Has anyone tried netbeans 6.5 python IDE?
What are your opinions? Is it better/worse than pydev? Do you like it? How does it integrate with source control tools (especially mercurial)?
6
votes
5answers
1k views
How to get Netbeans 6.5 shareable libraries working
I created a Web application in Netbeans 6.5. Now I want to use the Joda Time library. I want to share this library via subversion, because I don't want my team mates to be dependend on some Netbeans …
6
votes
1answer
888 views
Moving focus from JTextArea using tab key
Hi guys,
As stated, I want to change the default TAB behaviour within a JTextArea (so that it acts like a JTextField or similar component)
Here's the event action
private void …
6
votes
9answers
1k views
What is the difference between Eclipse and Netbeans if I want to use only the Java in it?
I recently got a Dell XPS 64-bit Vista for myself. Eclipse doesn't have their 64-bit version, but I've read on forums that they download Eclipse and work with Java 1.5 on the Vista with only some …
6
votes
2answers
884 views
SVN commit error after deleting files locally
I have a project that I am building with Netbeans 6.1 and I am using SVN. I deleted some files on the local machine then attempted to commit my changes to th SVN repository. The commit fails with the …
5
votes
3answers
86 views
Is it possible to get HTML tag autocompletion in Netbeans IDE?
I just installed Netbeans 6.7 for Ruby and one of the things that bugs me is I have to type both the opening and closing HTML tags even though it seems to recognize that I have completed the opening …
5
votes
1answer
392 views
How do you debug Clojure in NetBeans IDE?
I have a main function but NetBeans needs a main class in order for stepping. How do you guys debug Clojure in NetBeans?
