Slashdot Mirror


NetBeans 7.0 Is Now Available

An anonymous reader writes "Oracle releases NetBeans IDE 7.0, which introduces language support for development to the proposed Java SE 7 specification with the JDK 7 developer preview. The release also provides enhanced integration with the Oracle WebLogic server, as well as support for Oracle Database and GlassFish 3.1. Additional highlights include Maven 3 and HTML5 editing support; a new GridBagLayout designer for improved Swing GUI development; enhancements to the Java editor, and more."

75 of 137 comments (clear)

  1. Re:Cool! by JonySuede · · Score: 1

    with NetBeans 7 with maven3, nexus and Hudson, you could put them to shame any day.

    disclaimer
    I used to be a sun campus evangelist

    --
    Jehovah be praised, Oracle was not selected
  2. Re:Cool! by iced_773 · · Score: 1

    It can do Java out of the box. :-P

    But in all seriousness, add the right plugins and wait for it to load and Eclipse will blow everyone out of the water.

  3. Re:Cool! by ink · · Score: 3, Informative

    Visual Studio can work with Java projects? If you want to use the Microsoft vertical stack, then stick with Visual Studio. Netbeans supports several application stacks -- many use it just for it's comprehensive PHP support.

    --
    The wheel is turning, but the hamster is dead.
  4. Re:Cool! by JonySuede · · Score: 1

    we are talking about NetBeans, if you are mavenized NetBeans is leaps and bounds ahead of eclipse.

    --
    Jehovah be praised, Oracle was not selected
  5. Here's the thing. by MrEricSir · · Score: 5, Funny

    Both Visual Studio 2010 and NetBeans 7 allow enterprise developers to create and deploy enterprise frameworks for the enterprise, then develop enterprise software solutions with re-usable enterprise components while reading enterprise documentation.

    Enterprise.

    --
    There's no -1 for "I don't get it."
    1. Re:Here's the thing. by JonySuede · · Score: 1

      Had I not posted, I would have modded you up !

      --
      Jehovah be praised, Oracle was not selected
    2. Re:Here's the thing. by hairyfeet · · Score: 3, Funny

      Dammit man, didn't you get the memo? You have to add synergy and integration if you want it to be an enterprise post! Here let me show you...

      Both Visual Studio 2010 and NetBeans 7 allow enterprise developers to create and deploy enterprise frameworks for synergy within the enterprise, then develop enterprise software solutions with synergistic re-usable enterprise components while reading enterprise documentation, thus creating vertical integration and a full stack approach to workflow.

      See? If you are gonna work in the enterprise kid you gotta speak the lingo. Don't make me go six sigma on yo ass!

      --
      ACs don't waste your time replying, your posts are never seen by me.
  6. Re:Cool! by somersault · · Score: 1

    The word you want is concede, not conceive.

    --
    which is totally what she said
  7. Best IDE Out There by teknopurge · · Score: 1

    I like vi. I like NB. Been using it since it was Forte - so much less-bloated than Eclipse. Kudos NB Team and please keep it up.

    1. Re:Best IDE Out There by getNewNickName · · Score: 1

      Does NB have a good vi plugin? The one for Eclipse is satisfactory, but I long to get back my ctrl commands.

    2. Re:Best IDE Out There by Anonymous Coward · · Score: 1

      Yes, search for jVim. It is far superior to the eclipse emulation.

    3. Re:Best IDE Out There by teknopurge · · Score: 3, Informative

      http://jvi.sourceforge.net/ parent was close. The best part of NB is how light-weight the modules are: NB was built to be a platform from day-1; has epic other language support.(php, ruby, python, C, etc...)

    4. Re:Best IDE Out There by thePowerOfGrayskull · · Score: 2

      On the other hand, the eclipse team seems to have said "Hell with anything you may be familiar with - like shortcuts that practically every IDE shares in a windowed environment - we're going to do our own thing and everyone else can figure it out or suck it. While we're at it, let's make all of our features as non-discoverable as possible by hiding them in illogical places."

    5. Re:Best IDE Out There by digsbo · · Score: 1

      100 Meg? What are you writing, a tiny console app? I freely praise the MS development tools, and VS is fantastic, but 100 meg after a day of developing is not even close to my experience (working on a medium-size web app with a few hundred source files across maybe ten projects). 600 meg is pretty close, though.

    6. Re:Best IDE Out There by Samus · · Score: 1

      Oracle dropped ruby support with this release.

      --
      In Republican America phones tap you.
    7. Re:Best IDE Out There by hey! · · Score: 1

      So far as I can see NB and Eclipse are pretty comparable in the "bloat" department. In the early days, Eclipse was a bit less java-centric than NB, so I suppose dealing with that might lead one to perceive it as more "bloated". On the other hand, it was much faster than NB (no perceptible difference today), which I found often ground to a halt trying to be helpful (no longer true).

      Eclipse seems to have a far greater variety of (largely poorly documented but sometimes useful) plug-ins. Netbeans and Glassfish make a very nice J2EE development stack. I'd say NB is a tad nicer than Eclipse for J2EE, although Netbeans has not quite reached the point of being J2EE nirvana, taking all the boring details out of your hands and executing them perfectly.

      Naturally if you want to develop for Android, Eclipse is the way to go. Google has done a bang-up job on that. Had they chosen Netbeans instead, it'd probably be just as nice. Most ambitious plug-ins on either platform fall pretty far short. There are other specific plug-ins for Eclipse I like, and quite a few that are disappointments. Same on NB.

      And of course Eclipse is also a desktop UI framework. Which is neither here nor there as far as I'm concerned, although I suppose if you're already in the business of writing Eclipse plug-ins that's a nice bonus.

      If you put it all together, I find it convenient to have *both* Netbeans and Eclipse on my machine. With very few exceptions, differences between these IDEs are marginal when it comes to Java development. In any case, I think it's a bad idea to become too dependent on the features and facilities of any IDE. It's the code that counts, being able to check it out, modify it, build it, test it and deploy it. You should be able to do this quickly without having *either* IDE available. It makes more sense to rely on Maven than to work in some kind of IDE-centric manner. An IDE and its various plug-ins can become more irrelevant dependencies that make it hard to maintain code that's been sitting in a repository for a while. An IDE is ultimately a glorified editor; or it *should* be.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  8. Netbeans is a Superb PHP IDE by QJimbo · · Score: 3, Informative

    I use this on a daily basis for PHP projects. Haven't found anything that comes close to saving me time and guessing what I'm trying to do correctly as I'm typing. It's very smart when you mix HTML, CSS, PHP and Javascript as well.

    1. Re:Netbeans is a Superb PHP IDE by Anonymous Coward · · Score: 1

      I'm working on WordPress development and I find the exact opposite to be true. The parsing is way off - it points out missing tags when code blocks are mixed with HTML constantly. There's no way to turn it off, or at least block errors in the core code that aren't my concern. Its navigation to function declaration is the only reason I'm trying to use it. Otherwise I'd be using any number of other lighter-weight IDEs.

      Perhaps it's better in v7. *crosses fiingers*

    2. Re:Netbeans is a Superb PHP IDE by HJED · · Score: 1

      I haven't used the php part for a while but in the HTML editor you can turn off error checking for an individual line by clicking on the code with the error and then clicking on the lightbulb and selecting "turn off HTML error checking for this line". I assume it's the same for PHP.

      --
      null
    3. Re:Netbeans is a Superb PHP IDE by YoshiDan · · Score: 1

      I've been using Komodo Edit for over a year and I love it. But seeing all these comments about netbeans I decided to give it a spin and I have to say I like it. I like it a lot. Feels a little slower than Komodo Edit but I can definitely put up with that for all the extra features it has. I know Komodo IDE has most of these features but that costs money. My employer doesn't like spending money, especially since they spent a whole load of $$$ upgrading my Adobe shit to cs5 last year...

    4. Re:Netbeans is a Superb PHP IDE by RobbieThe1st · · Score: 1

      Geany. It's not perfect, but it's free, and it has navigation-to-function also.

  9. Re:Cool! by nschubach · · Score: 1

    It's pretty bad when you have to evangelize a campus ;)

    Sorry, but on a related note, I've generally been impressed with NetBeans prior versions but they never picked up as much support as Eclipse did for plugins so I've been sticking with Eclipse. I think the last time I checked out NetBeans was when I wanted to fiddle with the Ruby plugin. Hopefully 7 will impress me before I end up removing it later. ;)

    --
    Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
  10. Re:Cool! by marcel · · Score: 1

    I wouldn't know how Visual Studio is these days, but some developers I know say that Eclipse beats VS2010 in most respects. I do now Eclipse and Netbeans fairly well and I'd say that Eclipse out-of-the-box is nothing compared to netbeans. With plugins they are comparable, but the GUI builder of Netbeans beats all the ones I've used so far. Also the Maven integration is much better in Netbeans than Maven. So it depends on what features you want to show tour coworkers and I'd say give it a try.

  11. Re:Cool! by nschubach · · Score: 1

    Damn, I finally thought I was going to "get some" by evangelizing.

    --
    Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
  12. Re:All 64-bit? IDE/executables/runtime script, etc by Anonymous Coward · · Score: 2, Funny

    Was anyone able to follow the OPs stream of thought? I feel like I lost some cells just reading it.

  13. Re:All 64-bit? IDE/executables/runtime script, etc by tibit · · Score: 2

    I think you missed the key issue: Netbeans is a java application. As long as you have a 64 bit java runtime installed, netbeans should happily run in that. There may be a native 32 bit executable that starts things up, but it'd be separate from the java runtime and won't prevent a 64 bit runtime from running. That's what I make of it, at least.

    --
    A successful API design takes a mixture of software design and pedagogy.
  14. IntelliJ by Maltheus · · Score: 1

    For me the gold standard will always be Intellij. I liked Netbeans the last time I tried it a couple of years ago, but it was too buggy for regular use (like creating thousands of temp directories for no reason). I use Eclipse for specialized development since many vendors will provide plugins that make it worth it (barely). But I always come back to IntelliJ for its more intuitive handling. It's simply the best IDE I've used in any language.

    1. Re:IntelliJ by kaffiene · · Score: 1

      Buggy? I use NB all day every day and I can't remember the last time I saw a bug in NB

    2. Re:IntelliJ by happyhamster · · Score: 2

      Not sure what you are talking about. I have personally seen NetBeans used by a large company (who is also a defense contractor, albeit not for this project) as their main Java IDE. The project was mission-critical transportation control system. Incidentally, it was about 2 years ago, around your point of reference. So, I'd say that assuming the IDE is buggy just because it appears to you that it creates "thousands of temp dirs" which you have no idea why is very far fetched. NetBeans is a nice, stable IDE which thousand of people and companies use on a daily basis.

    3. Re:IntelliJ by timeOday · · Score: 1

      NetBeans 6.8 crashes a couple times per day for me.

    4. Re:IntelliJ by rehevkor5 · · Score: 1

      I'm with you. IntelliJ is fantastic. NetBeans' saving grace is its Maven integration. I like Eclipse, but it runs into problems when it comes to Maven. I'd say the biggest problem with NetBeans the IDE is that if you change POM files outside of it, it takes forever to "scan" (whatever that means). IntelliJ overall is just faster and has more features. Of course, the full version of IntelliJ isn't free, whereas NetBeans is.

    5. Re:IntelliJ by rehevkor5 · · Score: 1

      Give the free version (http://www.jetbrains.com/idea/download/index.html) a try, or check out the EAP (http://confluence.jetbrains.net/display/IDEADEV/IDEA+10.5+EAP) and you'll discover what makes it better! That said, obviously NetBeans is a perfectly viable and competetive free IDE.

    6. Re:IntelliJ by kaffiene · · Score: 1

      6.9 is rock solid for me - perhaps it's just your install?

    7. Re:IntelliJ by CynicTheHedgehog · · Score: 1

      Could be the JVM. I've had a couple JVM crashes running NetBeans, but it wasn't NetBeans' fault.

    8. Re:IntelliJ by kvothe · · Score: 1

      The key there is the couple of years ago. Before about NB 6.1, I think it was(i.e. around 2007), NB was actually pretty slow and buggy. As the NB 6.x cycle has progressed, however, they have made drastic improvements to the whole platform, including adding a pretty darn functional UI editor. Given that, it may just be worth giving it another try. YMMV, of course.

    9. Re:IntelliJ by Mr.+DOS · · Score: 1

      I know when running under Linux, you've got to use the Sun/Oracle-provided JDK. OpenJDK doesn't play nice with NetBeans.

    10. Re:IntelliJ by Maltheus · · Score: 1

      I was hardly appearance. It would keep spitting out temp directories until it ran out of inodes. Exiting freed them all up. Granted, that involved leaving it up for days, but it was a real problem for me.

      I don't understand everyone's antagonism. I liked Netbeans, I just saw a number of very real bugs with it (just under 3 years ago). If it works for you, great. I may even check it out again someday. That doesn't mean I didn't have the problems I had.

  15. and with native Android development support? by Locutus · · Score: 1

    I didn't think so. A plugin it must be.

    LoB

    --
    "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    1. Re:and with native Android development support? by snookiex · · Score: 1

      Almost everything in Netbeans is a plugin. The problem is that it was born as a Java-only IDE (many years ago) while Eclipse has been always marketed as a meta IDE. Things have changed and thanks to the Netbeans Platform it can be easily extended. By the way, I'm a fanboy :)

      --
      Open Source Network Inventory for the masses! Kuwaiba
  16. Re:All 64-bit? IDE/executables/runtime script, etc by Jahava · · Score: 4, Informative

    May not make sense to some of you, but I am trying to go completely 64-bit here (may sound strange, but string processing seems faster on it, even notepad.exe itself, by far, vs. 32-bit in native 32-bit OS environs no less - very noticeable!)

    I'm going to go off-topic for a second to address your post. Firstly, preliminary research (I mean that) suggests that NetBeans is pure Java, so it will run in whatever JVM you have. Both 32- and 64-bit JVMs are offered, so it sounds like NetBeans will run in 64-bit mode. However, there is also information that suggests the NetBeans installer only supports the 32-bit JVM, so you'll likely have to install it with a 32-bit application, but can run it as a 64-bit application.

    Regardless, I feel that you're a bit misguided about the nature of 64-bit architectures. Let me list for you the big advantages that 64-bit has over 32-bit:

    • (1): You can directly access a 64-bit virtual memory space. This means that individual applications aren't limited to 3 GB of virtual address space like they are in a 32-bit world.
    • (2): You have access to some more modern architecture features over 32-bit systems.
    • (3): A single register can hold 8 bytes instead of 4 bytes.

    So let's break this down. (1) means that applications that use huge amounts of memory (over 3 GB) at the same time will likely run faster. Most applications come nowhere near this, and NetBeans is no exception. Unless you're running enterprise applications or database servers, you shouldn't notice any change from this strength, and even then, only those applications need to be 64-bit to gain the advantage. You can use 32-bit NetBeans to build a 64-bit GlassFish application.

    (2) means that your system's paging layouts and execution environment can take advantage of some of the offerings of the modern architecture for both security and efficiency. This is almost entirely handled by the kernel, meaning that if you're running a 64-bit kernel, you're fine. Actually, modern 32-bit kernels can also take advantage of 64-bit architecture security features, so either way you're good. A 64-bit kernel can easily run 32-bit applications, so (2) alone isn't a reason to favor 64-bit applications.

    Finally, (3) means that certain operations dealing with gigantic numbers will be more efficient. It also means that compilers can do some slight optimization tricks on non-huge values. Unless you're running a math-intensive application (MatLab, Mathematica, etc.) , you shouldn't notice any difference from this.

    I suppose, in summary, that your claim that even Notepad runs faster in 64-bit seems unlikely. Most applications gain no noticeable advantage being 32-bit over 64-bit. If you care about efficiency, use a 64-bit kernel, and run whatever applications are most convenient. If you want to read up on 64-bit architectures, check out Wikipedia.

  17. Re:Cool! by oakgrove · · Score: 1

    I've been doing a lot of web development lately with aptana which basically is eclipse just with a whole bunch of web-by add-ons and plugins. I must say that it is the best experience I've ever had with an ide for this kind of work. Supports code completion for jquery, dojo, plain javascript, css, html and a whole lot more out of the box. Add in some vi keybindings and I'm in dev heaven. Not sure if it will impress anyone's co-workers but it sure makes writing web pages fun.

    --
    The soylentnews experiment has been a dismal failure.
  18. If there were such a thing... by warrax_666 · · Score: 1

    ... as Enterprise Kissing ('twould be RESTful, I'm sure), you'd be receiving one of those from me right now.) In lieu of that... Kudos!

    --
    HAND.
  19. Scala by akeeneye · · Score: 1

    To hell with this, where's my built-in Scala 2.8.x and SBT support? Instead I get PHP and "Guided installation to JDBC driver". Nice. Thanks.

    --
    The man who dies rich dies disgraced. -- Andrew Carnegie
    1. Re:Scala by akeeneye · · Score: 1

      Get back to us when you're no longer an AC.

      --
      The man who dies rich dies disgraced. -- Andrew Carnegie
    2. Re:Scala by akeeneye · · Score: 1

      Get back to us when you aren't an AC *and* you've heard of, oh, companies like LinkedIn, EDFT, Twitter, Novell, the Guardian, Xebia, Xerox, FourSquare, Sony, Siemens, Thatcham, OPower, GridGain, AppJet, Reaktor [cut&paste from scala-lang.org] and my dev group. There are some good articles on the net about some of these companies and their Scala experiences, and if you can't read, some videos too. But don't get back to us before you can count beyond five.

      --
      The man who dies rich dies disgraced. -- Andrew Carnegie
  20. Re:All 64-bit? IDE/executables/runtime script, etc by jensend · · Score: 2

    Right now the 64-bit JRE is not an overall win unless you really need lots of memory per app. Java is really pointer-intensive, and doubling the size of pointers hurts. The 64-bit JRE does some on-the-fly compression to try to minimize the pain by using pointer compression (for instance, at most 40 or so bits of your pointers are used on current architectures, so it'll try to use that fact), but it's still gonna hurt.

    Why would the word length and ABI of the apps you build in native-compiled languages using NetBeans depend on NetBeans? I'm sure you can just set it up to pass the relevant options to the compilers &c.

  21. Re:Cool! by cbhacking · · Score: 2

    Yes, it can work with Java. VS is extremely pluggable. You can create a project type that calls the Java builds tools, understands the Java language, and so forth. Even the debugger is pluggable, although the only non-VS debugger I've used with it is also written by MS.

    --
    There's no place I could be, since I've found Serenity...
  22. Re:Cool! by kaffiene · · Score: 1

    I prefer NB to VS, but it's hardly apples to oranges. NB does do C/C++, but it's not its strong point - Java is its strong point. I used to think that Visual Studio was the best IDE ever at about release 5, but since then I think all the main Java IDEs: Netbeans, Eclipse and IdeaJ have, well, eclipsed VS.

  23. Re:Cool! by kaffiene · · Score: 1

    So do I and I think the exact opposite.

  24. Re:All 64-bit? IDE/executables/runtime script, etc by cbhacking · · Score: 3, Interesting

    There's actually a downside to 64-bit as well: cache coherency is poorer, so unless you're actually taking advantage of 64-bit capabilities your Notepad or other simple app might actually be a little bit slower because cache misses will occur more often.

    --
    There's no place I could be, since I've found Serenity...
  25. Re:Do other langs. NetBeans 7 supports do 64-bit t by tibit · · Score: 1

    NetBeans is an IDE. It mostly doesn't give crap about what the compilers do, apart from producing an "understandable" debug information file with the executable, and the debugger being able to control the executable and extract/modify memory and registers. Even if, somehow, NetBeans didn't come with necessary debugger functionality needed to debug 64 bit executables, or if it didn't have the project setup dialogs expose the 64 bit target option, it should be an easy fix (perhaps less than 1000 lines worth of changed/added code).

    When I last tried (a couple years ago) it was fairly easy to coax NetBeans to use a Zilog C compiler for the ez8 target. I only had to add a JNI blurb to expose Zilog's debugger dll, and some glue between that and rest of the IDE.

    --
    A successful API design takes a mixture of software design and pedagogy.
  26. Re:Swing by kaffiene · · Score: 2

    I prefer Swing by a long shot. SWT was prettier and slightly faster than Swing when it was initially released. Neither of those are true any more.

  27. Re:Bloated does not mean it is bad by Anonymous Coward · · Score: 1

    Funny, we used to say that about Netbeans.

  28. I realize 4 JAVA it's runtimes but what about by Anonymous Coward · · Score: 1

    other languages that NetBeans 7 supports: Yes, the compilers "beneath" the mask of the NetBeans IDE may support 64-bit, but does NetBeans in former OR this version, in your guys' experience @ least, do as well as it does for JAVA, but instead say for C++ or the other possible languages NetBeans handles? For things like compiler switch optimizations, code completion (little things mostly, some bigger)...

    This is hard to express to you - it really comes down to:

    HOW COMPLETE IS THE SUPPORT IN NETBEANS, for 64-bit, FOR LANGUAGES OTHER THAN JAVA? ( in a nutshell, in bold)

    APK

    P.S.=> Thanks for your info. on this, & others replying also if I did not tell they the same... apk

    1. Re:I realize 4 JAVA it's runtimes but what about by Anonymous Coward · · Score: 1

      go forth and die !

  29. Re:Cool! by Anonymous Coward · · Score: 3, Funny

    emacs

  30. Re:Swing by shutdown+-p+now · · Score: 1

    Swing still has those fugly non-native (pretending to be native, but very poorly done) file open/save dialogs. That's one major annoyance.

  31. Re:Cool! by shutdown+-p+now · · Score: 1

    I wouldn't be able to give a comprehensible feature comparison, but in terms of overall feel, NetBeans seems to be the Java IDE that is closest to VS. It has the same sort of "everything and kitchen sink" out of the box approach, with many rich project templates to get started, and a very nice Swing GUI designer that reminds me of WinForms one in VS (only NetBeans one generates flexible layouts, almost automagically!). Same for web development - you get a complete development stack set up right out of the box and integrated with IDE. If you come from VS, this is a nice thing compared to Eclipse where there are myriads of plugins for this and that, and then usually you still have to set up servers (for web) and emulators (for J2ME or Android) separately.

  32. Re:Cool! by blackpaw · · Score: 1

    I use both, find them both excellent. I'd put them on a par feature and usability wise.

  33. GWT by BassKnight · · Score: 1

    I really like NB (fast, unbloated, compact), but for GWT applications development Eclipse is superior.

  34. Re:No Python plugin by thetoastman · · Score: 2

    I haven't tried this yet, since I rarely program in Python. I won't start a language war, but I really seriously do not like Python (and I've tried several times). I'll try again when I have some free time.

    At any rate, the Python plugin has moved to community status (along with Ruby, and UML). The UML plugin has been struggling for quite a while, but hopefully the same fate won't happen with the Ruby and Python plugins.

    From the forum, here's how to get the Python plugin into NetBeans 7.

    Python on NetBeans 7

    The last post in that topic shows what to do.

    On another note, I've used NetBeans 7 RC 2, and liked it OK. 6.9.1 seemed to be a bit faster, even with the huge amount of plugins I throw at it. I'll probably post a little more about my thoughts once I've installed it and run a few projects through it and Tomcat 7.

    As far as Eclipse is concerned, I can never manage to create a stable and upgradeable Eclipse installation. Some plugin compatibility war always ends up making my environment unstable, and I just have to trash the installation and start over again. I like a lot of things about Eclipse, but keeping an Eclipse menagerie stable is not one of them.

  35. Re:where's the perl? by thetoastman · · Score: 1

    Yeah, I would like a Perl plugin as well. OK, don't laugh! I still write Perl code on occasion.

    There have been rumors floating around like you mentioned, and I think that there is even an alpha plugin that does syntax highlighting. Unfortunately, there isn't much else.

    I end up using Perl Padre for my Perl programming, but like you I'm not wild about running multiple IDEs.

  36. Re:Yes, I know - I didn't express myself well perh by Jahava · · Score: 1

    Initially - The majority portions of your reply (very detailed) I knew already. Thanks though, pretty accurate rundown.

    However, yes, & I don't blame you - You may not believe it, but some operations I've done in notepad.exe in 32-bit OS environs (replace, from edit menu) is FASTER in the 64-bit model on Windows 7 64-bit.

    Thanks, appreciate that. It's not whether or not I believe you so much as whether or not I can justify what you're asserting with (what I know of) the underlying technology. In this case, for example, I would expect the difference in performance to be much more tightly bound to the OS than to the application. For example, 32-bit Windows Server 2003 versus 64-bit Windows 7, you're testing different versions of Notepad on different operating systems. They have different scheduler optimizations, different background loads, and, to a significant extent, different internals. Not a good test!

    32-bit Notepad on 64-bit Windows 7 versus 64-bit Notepad on 64-bit Windows 7 would be a test to run, and you would definitely have to do an accurate benchmark. I can't think, off the top of my head, why one would perform noticeably different then the other. One other poster mentioned cache coherency, but I tend to disagree in the common case, since regular (i.e., non-memory-intensive) applications share the same small virtual address space as their 32-bit equivalents.

    otherwise... it's why I asked about NetBeans having 64-bit target capabilities for ALL languages the IDE supports... can NetBeans 7, do that (in a nutshell)... apk

    So as far as I can tell, NetBeans modules (which add language support) are pure Java, and therefore will run in the JVM of your choice, be it 32-bit or 64-bit.

    Cheers!

  37. Re:Cool! by HJED · · Score: 1

    It is very good for java, but a bit hard to set up for C/C++ and I don't think it supports C#.
    I personally use it for all of my coding as it's formatting and code completion features are very good (even for C and HTML) and I find it easier to use then other IDE's (although Visual Studio comes close).

    --
    null
  38. Re:All 64-bit? IDE/executables/runtime script, etc by HJED · · Score: 1

    Netbeans runs the same as you Java install. (if you have 64-bit java netbeans is 64-bit if you 32-bit java netbeans is a 32-bit app).
    On windows you may need to download the platform independent version to run in 64-bit mode (can't remember).
    Netbeans follows the standards for the language you are using for syntax checking and code completion, you specify the compiler/SDK you want to use for each project, usually netbeans auto-detects SDK install if you specify there installation directory.
    Netbeans works with 32 and 64-bit compilers.

    --
    null
  39. Still butt ugly on Ubuntu by Billly+Gates · · Score: 1

    I can't stand it under Ubuntu. Netbeans does not use Ubuntu's Xorg fonts and it looks ugly and way out of place. Not only are the same fonts not used but they are not LCD friendly sub pixeled rendered in the same way. My guess is a hinting bug is in there as well. I reported this bug 2 years ago and they still have not fixed it claiming it was Sun's problem with their JDK.

    It looks fantastic on Fedora.

    Netbeans has got a bad rap because of this bug from Ubuntu users as it looked very Swingish style.

    1. Re:Still butt ugly on Ubuntu by karolbe · · Score: 1

      Really? I have been using it with Ubuntu and no problems whatsoever. Fonts are okay, the Java Swing theme is also fine.

    2. Re:Still butt ugly on Ubuntu by CynicTheHedgehog · · Score: 1

      That's one of my pet peeves as well. Menu fonts are too big, disabled menu entries are some kind of horrible inverse 3D black-on-black nastiness. Aggravating but not a show-stopper. AFAIK that's an issue with the GKT look and feel with Oracle's JVM. I've read that everything works as expected under OpenJDK (which is what Fedora uses).

      Looks great under QT/Kubuntu too.

    3. Re:Still butt ugly on Ubuntu by Mr.+DOS · · Score: 1

      I've had other issues with NetBeans not working properly at lower levels under OpenJDK. The best workaround I've seen for the GTK+ LaF sucking is to not use it. Activating the Nimus LaF is pretty easy and it provides a much more tolerable work environment, even if it doesn't fit the colour scheme of your desktop environment quite as nicely.

    4. Re:Still butt ugly on Ubuntu by DiegoBravo · · Score: 1

      I'm not using NB now, but OpenJDK is the standard in current Ubuntu (at least since 10.04.) The SUN JDK does require adding a non standard apt source.

  40. HTML5 support by sdiz · · Score: 1

    My vim have HTML5 editing support 10 years ago!

  41. Re:Swing by kaffiene · · Score: 1

    Hmmm, yeah, I'll agree with that. The file dialogs aren't so great.

  42. Great, but no more Ruby by beefsack · · Score: 1

    I use NetBeans 6.9 at work every day for practically everything in our projects (mainly PHP, Ruby and SQL). It's a fantastic and powerful IDE, and very fast compared to Eclipse. The removal of Ruby really hurts though, so I won't be upgrading to 7 straight away. I will consider it once the plugin is ready to be used again after being handled by external developers: http://wiki.netbeans.org/RubySupport

  43. Re:How complete's say, 64-bit C++ support etc./ et by cbhacking · · Score: 1

    It probably went faster because 64-bit-wide registers can hold more characters in them for comparison at once. Wider registers aren't just good for numbers. That's only a guess, though; I don't know how the string replace function is actually implemented, or if there was something special about the data you were working on.

    Ccache coherency affects single-processor systems too. The larger your binary instructions, the fewer of them fit in a given cache line and the more often you'll need to go to memory. One advantage of x86 is that its multi-length instructions let a large number of the most common instructions fit into size that an ISA like MIPS would only be able to get a couple instructions into. 64-bit reduces that, somewhat (pointer addresses, etc.).

    --
    There's no place I could be, since I've found Serenity...
  44. Re:Cool! by danieltdp · · Score: 1

    Emacs is an OS, not an text editor. Unfair comparison

    --
    -- dnl