NetBeans or Eclipse

Hi All,
Sorry for my English.....
I want to write a Java application program that interacts with the user via GUI components and will have graphics (2D and maybe 3D - with Java3D of course) and maybe samll database. I wonder what is the best
and robust environment for Java application programming - NetBeans or Eclipse?
Thank you in advance

This type of question is asked daily on here and the answer is always the same.
If you already know NetBeans then stick with NetBeans. If you know Eclipse then use Eclipse. If you know not much about either then use the one whose name you like better. If all else fails throw darts at a board with their names on it and see which one wins.

Similar Messages

  • Using NetBeans and Eclipse to drag and drop forms, controls etc

    Hi, can you use NetBeans and Eclipse to drag and drop like say with C# in MS Visual Studio ?
    like forms and listboxes, textboxes etc ??

    And [this is a good place to start|http://java.sun.com/docs/books/tutorial/uiswing/index.html]
    db

  • General Eclipse Question (Not a NetBeans vs Eclipse Thread!)

    I am going to play around with Vaadin, and I am going to use Eclipse and the Vaadin plugin for this play.
    In reading the Book of Vaadin, the author actually recommend downloading Eclipse, unZIPping it, and running it from that unZIPped archive instead of "installing" it. The author mentions more control and less aggravation in the long run.
    Now, I don't use Eclipse much at all (I use NetBeans usually). What I have done in the past with BOTH NetBeans and Eclipse is:
    1) Install from repo, run as my account for work, run as root to do updates and install plugins.
    2) Install from repo, run as my account for work AND plugin installs/updates.
    I prefer #2 as it's less of an issue to just "blow away" all the plugins and start again if I need to.
    My bottom-line question is: "Does running Eclipse from my 'local' /home/xxx without actually 'installing' it really make that much difference compared to #2 above?"
    I'm hoping someone that has more experience with this can render an opinion. Also, if any of you have experience with Vaadin, do you have any tips for a noob?!?

    One consideration with running Eclipse from a local unzipped install is being able to create multiple instances, with a different mix plugins. I keep three core versions going for Java, Python, and Android development. I've found some plugins do not always play well with others in Eclipse. At least that was my experience with Ganymede and Helios. My Java instance is loaded up with a bunch of enterprise junk, like JBoss Drools and Spring plugins, so it can sometimes get bogged down at start up when connecting to remote resources over VPN.
    I've found that limiting the number of plugins I keep in any instance I use is helpful in keeping it stable. Note that you'll also need separate workspaces for each instance. Also, to keep your sanity, tarball a backup before installing or updating any plugins. Probably not for everyone, but it works for me.

  • Netbeans versus Eclipse for JNI

    We have a significant about of code to rehost on solaris 8, from xview, to new java guis interfacing legacy C code. Current develpment environment is vi and make. We want to evolve to Junit, Ant, CVS and eand IDE either Netbeans or Eclipse (maybe JbuilderX). Have used both for java but never for JNI. Now exploring Eclipse. Can anyone lead us to a forum on Netbeans versus Eclipse for this type of effort?

    Hi Ivar, thanks for your reply.
    Actually both Netbeans and Eclipse provide a C/C++ plug-in, so you can develop the C side as well. I'm using it in Eclipse. There is a C Ant task also, so you can build the C and Java together. (Ideally, we want to be able to step, in the source level debugger, from the java into the C native method, but I don't believe that has been worked out in any IDE.) I am working with Eclipse now, and you can edit java in the java perspective, click a C file, and automatically switch to the C perspective. That seems to work pretty well. On the other hand, Netbeans is a Sun sponsored project, and we are on Solaris, so maybe Netbeans has some platform dependent goodies that might tip the balance.
    You and I both know that while a tool may have a capability, that does not mean it does the job well. Somebody else must be doing the same thing that I am, so I'm looking to learn from the experience of others who are farther into the process. Maybe I can avoid having to get deeply into one tool, only to find I should have used another.

  • Netbeans Vs Eclipse .which one is best ?

    hello,
    My project work related to SNMP protocol. In my project I need to get and set data in a remote wireless device. for this , I want to know which one IDE (netbeans or eclipse) shall i use for my project.
    now I am working in netbeans. but, the problem is it may strucking up some times and it takes some time while getting data and also at that time it struck.
    If any one use the both IDEs, give your suggestions.
    thank you.

    I use netbeans at work, I am currently using the
    latest release. I find it quite slow, and it hangs
    quite often for periods of anything between 10
    seconds and 2 minutes.
    One of my colleagues is now using eclipse as he was
    having similar problems with netbeans, and I am
    thinking of changing to eclipse.
    I will wait until I get a ram upgrade for my work
    machine though, as this could be the reason I am
    experiencing this.I used to have this problem too whenever I unplugged my computer and it was running off of battery (I'm using a laptop). It frustrated me for a long time until someone suggested it was my power settings. I also noticed in the interim that it wasn't just NetBeans, it was all my Java programs. My graphics card (ATI Radeon) was optimizing for battery life when my computer wasn't plugged in. So I adjusted my power settings and now NetBeans works fine whether or not my computer's plugged in.
    I did briefly use Eclipse before I changed my power settings, and it didn't seem to suffer from the same problems NetBeans did. I think it's due to the fact that NetBeans uses Swing whereas Eclipse uses SWT.

  • NetBeans to Eclipse error

    Hi. I've some problem taking the source files from NetBeans to Eclipse. I want to build a GUI in NetBeans and do the coding in Eclipse.
    When I transferred the source files to Eclipse the following error message *'org.jdesktop cannot be resolved to a type'* comes up. This error comes up on the following line of code: org.jdesktop
    Now in NetBeans everything compiles fine so I don'n know why it does not compile using Eclipse. Also, everything so far is autogenerated.
    Any suggestions?
    Thanks.

    To fix the problem you have to add few jar files to your build path.
    1) appframework from YOUR_NETBEANS_DIR/java1/modules/ext
    2) org-desktop-layout from
    YOUR_NETBEANS_DIR/platform7/modules
    3) swing-layout from YOUR_NETBEANS_DIR/platform7/modules/ext
    For adding them to your projects
    -in package explorer right click on your project, then click properties.
    choose java build path from left and then libraries tab from right. click on "add external jar" and add the jar files I mentioned one by one.
    That worked for me.

  • NetBeans or Eclipse: Which is better for GUI development ?

    I am relatively new with JAVA, came from embedded software domain mostly in C.
    My interest is to learn and develop the GUI applications using Swing.
    I am currently in a process of evaluating the IDEs, Eclipse and NetBeans on Linux desktop environment (SuSE 10.3).
    My primary findings found that, NetBeans is better equipped with GUI development while Eclipse needs to have a plugin installed.
    For GUI development, I found that few of my fellow Java developer friends have mixed feelings about these two wonderful IDEs, in summary here are the comments:
    1) Developing GUI is better without any assistance from built in designers of IDEs (e.g. NetBeans or Visual Swing of Eclipse). Because, they put extra 'garbage" codes which are very much IDE specific.
    2) GUI development in NetBeans is faster and more productive than Eclipse
    3) Visual Swing for Eclipse is not a matured product and it is far inferior than NetBeans' capabaility
    Now I ask a question, what is the best practice to adopt for starting the GUI development ? NetBeans or Eclispse or IDE-less development ?
    Thanks.

    atomodachi wrote:
    Now I ask a question, what is the best practice to adopt for starting the GUI development ?
    NetBeansThis is my preference for IDE's. Please note that as I stated that is my preference. There isn't any best, some are clearly better than others for one reason or another, but once again, that boils down to personal preference.
    EclispseNot my preference.
    IDE-less development ?IMO: that is just silly. Unless you just enjoy tons of typing; why would you ever embark on doing something without a tool to speed up the process. Now that is not to say that in using your IDE you should start out by just dragging and dropping up a storm and merrily running down the road in ignorance until you hit a rough spot and have things dramatically pointed out that you've really not a clue about what is happening. Use the IDE, but learn how to do the manual processes along with it. That means that sometimes you'll not drag and drop to build your GUI, you'll actually code the entire thing. And you really should learn to do things command-line like compile. Do yourself a really big favor too, learn the debugger. The integrated debuggers is, perhaps, one of the best inventions in productivity tools that has as of yet been invented for developers.
    In any case, have fun... choose what you like, it really does come down to personal preference. I've worked in several shops over the years and most have come to the conclusion that if you can get the work done, and have projects that others can use, then to each their own preferences. The discussion rages on for and against each of the systems that you have mention--each have valid arguments--it boils down to what do you want and like.

  • How to install struct2 in netbeans and eclipse

    how to install struct2 in netbeans and eclipse

    Hi ganesh_delhi1980,
    It's Struts 2 and not struct2.
    You may verify what version of Struts is already installed on your IDE, you may also download and install packages :
    - NetBeans : Tools > Plugins
    - Eclipse : Help > Software updates...

  • NetBeans or Eclipse  EOL'd?

    Hello everyone. It is time for me to select a Java IDE!
    From a business perspective it does not make sense for Oracle to continue R&D in Eclipse and NetBeans. I heard Oracle will use Eclipse as their reference (open source) IDE? NetBeans will be EOL'd: supported for a few more years, and no further improvements (just like what MSFT did to XP)? I don't want to start the holy war of which is "better". Rather, what is the consensus opinion regarding Oracle's real plans for Eclipse and NetBeans. I just got to believe that Oracle is a "for profit" company, and thus going forward one IDE will get better and the other will get worse. I would love to hear the opinions of the guys that actually write code.

    JoachimSauer wrote:
    [Check this|http://www.oracle.com/technology/tech/java/htdocs/javatoolsfaq.html]. There's no use in discussing this here.
    That is exactly what I was looking for and sorry I could not find it on my own. It is a strange feeling that Oracle the company, and Java the technology, are now tightly coupled.
    dpxqb wrote:
    I would love to hear the opinions of the guys that actually write code.Almost everyone who's active around here is not employed by Sun/Oracle, so if you hope for "the official pitch", then you won't be getting it here.ok. I understand. thank you.

  • Netbeans or Eclipse.. which one is better?

    Hi people, I am new in Java development and I want to know your opinion about IDEs. Which one is better? Eclipse or Netbeans or another one you can suggest?
    By the way, I have had a question about BASEDIR thing.. Whatever I have done couldnt solve my problem, but I have known that it was very much related with my old system, I have had other serious problems as well. So I made a radical choise and changed my technology and passed from 98 to XP and over 1 night all of my problems dropped magically! I had to do this...
    Thank you for all your suggestions and time :)
    Have a beautiful day...
    Gulsum

    On;
    ``...Quite frankly, I have never seen anyone post advice about compiling and running programs that actually knows the rules correctly. Every time I compile a program with packages, it seems I have to add a new tip to my long list of tips for getting programs to compile. As far as I can tell, the "expert approach" is to include every possible path that could possibly pertain to the program in the -classpath and hope that works....``
    Why is it that much a problem to compile and run? .. as you say too, in worst case, put everything on background (I think classpath here in Java terminology), in anycase the program must be compiled and run, as long as it finds everything it refers to... huh? If my logic is correct, then why still its a hard point to compile and run a program?
    And as to the personal development approaches, both have their own cons and pros... In dr.s approach (which in general the approach of the elders that come from legacy technologies and learn everything from scratch and robustly) you sweat a lot but become tough in long term.... in your approach, its much more pragmatic and logical to make a quick start and to go on to develop yourself in long term... in general I like to learn something by all its aspects, but its related with your resources (mostly time) to spend, as well as your mentality.
    And by the way corlettk, the ``God botherer`` term rolled me on the floor :) Actually I am one of them as well and I think he loves to hear our voices like a daddy loves his baby's :) At least I love Him...
    And yes your right... another example for hearing yourself is turning the questions of the people to them back.. and they CAN answer their own question %90.. well... %90 may be a litte exaggerated :) .. lets say a lot.

  • Glassfish with NetBeans and Eclipse

    Hi,
    I have both NetBeans Java EE and Eclipse IDE for Java EE Developers installed on my laptop. With NetBeans Java EE I have the installed the Glassfish and Tomcat server . Can I use/'integrate' this same Glassfish and Tomcat server with my Eclipse installation or is it advisable to install a "standalone" Glassfish &Tomcat server specific for my Eclipse environment?
    Thanks.
    Guy

    Hi!
    Yes you can integrate/use Glassfish and Tomcat with your Eclipse installation.
    For Glassfish support in Eclipse (assuming you are using Eclipse Luna) you have to install first: http://marketplace.eclipse.org/content/glassfish-tools-luna
    The integration is really simple: https://blogs.oracle.com/oepe/entry/getting_started_with_glassfish_4
    Hope hits help,
    Kind regards.

  • Netbeans and eclipse plugin issue for OracleWaveset_8_1_1_0

    Hi,
    I am struggling with the correct plugin for OracleWaveset_8_1_1_0. I had sun idm 8.0 and now i have upgraded it to OracleWaveset_8_1_1_0. Since I am not able to run BPE Business procedd editor which comes default IDE with sun idm, so I downloaded Netbeans 7.1 (latest version) but i am not getting correct plugin for my installed idm. i have java 6 installed in my system. can anybody help to use IDE for OracleWaveset_8_1_1_0.
    I downloaded below files :
    com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm
    com-sun-idm-ide_8.1.0.20080630.nbm
    from http://java.net/projects/identitymanageride/downloads but while importing this plugin it is giving me error -
    Some plugins require plugin Editor Library to be installed.
    The plugin Editor Library is requested in version >= 1.20.1.4.2 (release version 1) but only 3.17.1.19.25 (of release version different from 1) was found. The following plugin is affected:       Identity Manager IDE
    Its not allowing to install this plugin....
    Looking forward for your help on this
    Regards,
    Jimmy

    I've been successfully using com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm with NetBeans 6.8 and Waveset 8.1.0.10 for some time now.
    After upgrading to 8.1.1.6, I've noticed an intermittent behavior when uploading an object from Netbeans when the progress bar cycles continuously until it s killed. Looking at the Waveset log shows 1,000s of logins in a row during this time.
    Anyone else see this behavior? There have been no updates to the java.net project in almost a year, and I can't find a newer .nbm bundled with 8.1.1.0-8.1.1.6.
    -Rob

  • Eclipse - Why is it such a popular choice over NetBeans?

    I've been a Java developer for about 5 years, and for the first 2.5 years the only IDE I used was NetBeans. Since then, in practically every other Java job I've had, the developers all seem to prefer Eclipse over NetBeans, and I can't understand why. Moving from NetBeans to Eclipse was painful for me for the following reasons (among others).
    - In Eclipse, you can't point and scroll, you have to click to set focus first. NetBeans is sensitive to your mouse movement, so you can scroll through your package list, then your code editor window, without unnecessary clicking to set the focus to what you're pointing at. It may seem like a small issue until you get used to having it and then go without it. Then it seems like a ridiculous oversight on the part of Eclipse.
    - In Eclipse, if you do a search for usages of the method myObject.toString() (highlight toString(), right-click, References -> Project), it finds all usages of Object.toString() instead of myObject.toString(). So 95% of your search results are totally worthless.
    - Eclipse has a bad habit of getting out of sync with the file system, causing searches to fail until you refresh the workspace. What's that about?
    - Eclipse Search has a bad habit of looking into binary files for results. I'm developing Java code, so I need to search Java code, not .class files!
    - Eclipse annoyingly replaces your source tabs, as opposed to opening new ones, when you open a new source file by double-clicking a search result. If you can navigate the trainwreck layout that is Eclipse Preferences, you might find where you can turn this behavior off.
    - F3 and Shift + F3 represent find next and find previous, practically everywhere else in the world except Eclipse. This is also configurable in Eclipse Preferences, but should be defaulted to this out of the box.
    Of course NetBeans has a few of its own annoyances, I'm not saying it's perfect or anything. But the only way I've seen Eclipse being superior to NetBeans has to do with the SVN plugin, and Eclipse can't even take credit for that. So I just don't understand why so many people seem to be on the Eclipse bandwagon when NetBeans is at least equivalent if not superior in every way as far as I can tell.

    BinaryDigit wrote:
    Thank you. I also noticed that NetBeans is a resource hog compared to Eclipse, so that's one major benefit. Also, Eclipse has a way to do things like automatically define serialVersionUID in several files at once using the Quick Fix feature, but NetBeans doesn't seem to have any such thing. Those are the things I'm asking about - significant differences that would compel someone to prefer Eclipse over NB.Those are minor differences. How on earth is automatically defining the serialVersionUID a significant difference?
    Besides, once you've installed enough plugins, Eclipse is quite the memory hog too.
    kevinaworkman wrote:
    This isn't really the place to post complaints about a particular IDE.Good, because that's not what I'm doing at all. The thread title has a clue if you care to read it.Regardless of the thread title, this will become a useless "which tool is better" discussion. Just like if we were to compare Windows and Linux or say Ruby and Java.
    kevinaworkman wrote:
    Then perhaps you should ask them instead of us?I'm asking people here for reasons, if any, why they prefer Eclipse over NetBeans.All my Java programming co-workers are using Eclipse as far as I know, it's very much a de facto standard (although I assume there are NetBeans houses too, I've just never worked in one). I came to Eclipse from Visual Age 4 Java and NetBeans has never impressed me. Now IntelliJ IDEA, that's another story.
    I'd like to learn more about what the big attraction to Eclipse is. I figure I must be missing something.Well, your story started out as "I've been using NetBeans and Eclipse is different".
    If you don't prefer Eclipse over NetBeans, and would rather pseudo-moderate the forums by trying to dictate what can and cannot be posted here, then kindly go away because I don't need your feedback in that regard.Well nowadays we have the real moderators to keep things calm, so no need to waste your breath by telling us to go away.
    Especially when I've been here 3 years longer than you.Now now, the "registered" date has less meaning than your senseless drivel. It's the post count that determines your rank in here.
    Kayaman wrote:
    Then take your whining elsewhere you whippersnapper.
    Nobody cares that you're not used to using Eclipse.Oh look, another abrasive prick who'd rather make assumptions than respond to the actual question.Don't get your knickers in a twist.

  • Eclipse & Netbeans on JDK 1.5

    After updating Java to 1.5 neither NetBeans or Eclipse function. Eclipse bails with the following errors posted to the log. Note my username has been replaced with an asterisk in the log for security purposes. Anyways - I'm stumped. Everyone I've asked in the IDE's respective IRC channels are stumped. I'm inclined to think it's system specific and I'm hoping someone else here has run across this and solved it.
    !SESSION 2006-12-06 14:40:31.201 -----------------------------------------------
    eclipse.buildId=M20060921-0945
    java.version=1.5.0_06
    java.vendor=Apple Computer, Inc.
    BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
    Framework arguments: -keyring /Users/*/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws carbon -keyring /Users/*/.eclipse_keyring -consoleLog -showlocation
    !ENTRY org.eclipse.core.runtime 2006-12-06 14:40:33.261
    !MESSAGE Product org.eclipse.sdk.ide could not be found.
    !ENTRY org.eclipse.osgi 4 0 2006-12-06 14:40:33.282
    !MESSAGE Application error
    !STACK 1
    java.lang.RuntimeException: No application id has been found.
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.jav a:56)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ecl ipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLa uncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    Any ideas?
    cries

  • Netbeans vs. Eclipse in terms of Support Base

    I was hoping to get some opinions from veterans and newbies alike regarding their experiences in terms of support for the two major IDE's: Netbeans and Eclipse. I have started with Netbeans, almost at random, simply because I didn't know which one to pick. After a month or so I find I quite like the interface, and building GUIs is a snap, but I have an extremely hard time getting newbie support for it. There is NO user forum at the netbeans site so new users must subscribe to a mailing list for help. The mailing list is fairly chatty. Busy even. But I personally have had a hard time getting any help from it.
    I have no experience with Eclipse but I am willing to switch to it and learn it instead if it has a better support base for new users. However, I took a look at the eclipse site and didn't see much in the way of a forum there either. Do folks here have any opinions or insights they can share? I'd love to read them. Thanks!

    ChuckBing wrote:
    I believe Eclipse has less support than does NB; other opinions may be different.Which may just mean it doesn't need the level of support NB does :)disclaimer: I don't like either. IntelliJ forever (or VI,depending on context) O:=)
    @%@^@$@$# forum software

Maybe you are looking for

  • GenericSoapPort updating DB tables

    Hello! I need to design/implement the following: We are setting up SOA workflows for our Document Management system, and during the workflow actions, SOA will need to directly update UCM tables with the history of actions that users will do on the do

  • Package problems in JAAS!

    I have problems with packages i have start with the JAAS sample that sun has and put in some classes to have a login promt insted of the commando window. I put all the java files in the package sample and try to complie it, and get errors. I have all

  • Transfer Adobe PhotoShop Elements 5.0

    How do I transfer Adobe PhotoShop Elements 5.0 from old to new PC as set-up file does not work

  • How to fix a 3rd generation ipod touch that is stuck on a cracked apple logo

    I have a 3rd generation ipod touch i think and i have windows xp profeshional and my device shut down on me randomly and i tried turning it back on and now it is stuck on a cracked apple logo and i left it plugged in for a few hours and it still didn

  • PPOME - taking away transport request

    Hello, I was hoping someone with PPOME / workflow knowledge could help me here... Currently, are company locks down the transaction code PPOME, meaning you have to submit a transport request any time making a change to the struture, when a user... TH