Closed Thread
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 51

Thread: whic IDE do you use for java?

  1. #31
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: whic IDE do you use for java?

    oh i like my IDE to include a compiler so I probably wouldn't use eclipse if it doesn't have the compiler for C++

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #32
    HAL 9000 is offline Newbie
    Join Date
    Jun 2008
    Posts
    17
    Rep Power
    0

    Re: whic IDE do you use for java?

    Well you would be out of luck most IDE don't have a true compiler of their own They package one with it from a seperate project like MinGW or CygWin and not having a independent compiler from the IDE is bad.

  4. #33
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: whic IDE do you use for java?

    Quote Originally Posted by chili5 View Post
    oh i like my IDE to include a compiler so I probably wouldn't use eclipse if it doesn't have the compiler for C++
    Well Eclipse sees a lot of use on Unix/Linux systems where the compiler tends to be part of the platform rather than a tacked on extra. Linux distros generally have properly configured shell paths so using a compiler is easy. Developing on Windows is a nightmare to set up properly.

    Personally I favour Emacs + Bash (via Emacs term mode) + make + JUnit (textui test runner) for my Java development. If there was a "can't live without it" refactoring browser* then I might consider a full IDE. Netbeans is the best IDE I've seen for Java though.

    *like the kind you get with Smalltalk environments.

  5. #34
    gaffaro's Avatar
    gaffaro is offline Newbie
    Join Date
    Jul 2008
    Posts
    11
    Rep Power
    0

    Re: whic IDE do you use for java?

    ohh there is fantastic İDE s
    i had never seen&heard BlueJ and Gel..
    eclipse enough for everything :S

  6. #35
    hellochar is offline Newbie
    Join Date
    Jul 2008
    Posts
    10
    Rep Power
    0

    Re: whic IDE do you use for java?

    By far, Netbeans is my favorite IDE. The debugging tools and Profiler are indispensable, and it's constantly being developed.

  7. #36
    tomitzel is offline Learning Programmer
    Join Date
    Jul 2008
    Location
    Romania
    Posts
    44
    Rep Power
    0

    Re: whic IDE do you use for java?

    Eclipse

  8. #37
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: whic IDE do you use for java?

    GO NETBEANS! GO NETBEANS!

    Ehrm.. I prefer NetBeans, not only for Java but also for C++ (and C) (and HTML)
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  9. #38
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: whic IDE do you use for java?

    Quote Originally Posted by marwex89 View Post
    GO NETBEANS! GO NETBEANS!

    Ehrm.. I prefer NetBeans, not only for Java but also for C++ (and C) (and HTML)
    The C/C++ module is what really made Netbeans for me. It's interaction with the build system* is far superior to other IDE's that make your build extraordinarily opaque outside of hit f5. Even my most basic project would have dozens of build options and the average IDE constrains this work flow heavily.

    *essentially sane defaults for your build but also the ability to add custom build rules in a structured manner that both Netbeans and myself can understand. No auto-generated 10,000 line make file for helloworld. No restriction to a grand total of 4 build rules.

  10. #39
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Question Re: whic IDE do you use for java?

    Quote Originally Posted by G_Morgan View Post
    The C/C++ module is what really made Netbeans for me. It's interaction with the build system* is far superior to other IDE's that make your build extraordinarily opaque outside of hit f5. Even my most basic project would have dozens of build options and the average IDE constrains this work flow heavily.

    *essentially sane defaults for your build but also the ability to add custom build rules in a structured manner that both Netbeans and myself can understand. No auto-generated 10,000 line make file for helloworld. No restriction to a grand total of 4 build rules.
    Exactly. While we're at this thing with makefiles... I have some problems using resource scripts with NetBeans, well, with the compiler actually. (Off topic, I know) You don't have a simple answer/link to help me there, have you?
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  11. #40
    Join Date
    Oct 2007
    Posts
    538
    Rep Power
    21

    Re: whic IDE do you use for java?

    Quote Originally Posted by marwex89 View Post
    Exactly. While we're at this thing with makefiles... I have some problems using resource scripts with NetBeans, well, with the compiler actually. (Off topic, I know) You don't have a simple answer/link to help me there, have you?
    It's been a while since I've used it in detail for C/C++ (still prefer a simple command line + editor). Here's the learning trail from Sun though

    C/C++ Application Learning Trail - NetBeans Tutorials, Guides and Articles

    Netbeans should handle ordinary programs just fine and equivalently to VS or Eclipse. It's when you need to fiddle with compiler options and strange library set ups.

Closed Thread
Page 4 of 6 FirstFirst ... 23456 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 08-13-2010, 12:34 PM
  2. Replies: 6
    Last Post: 06-14-2010, 04:11 PM
  3. Java - Please give me java.exe and javac.exe
    By Panarchy in forum Java Help
    Replies: 6
    Last Post: 11-01-2008, 07:21 AM
  4. Replies: 0
    Last Post: 10-19-2007, 09:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts