1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Development Java users - which editor/IDE?

Discussion in 'Software' started by Kermet, 13 May 2004.

  1. Kermet

    Kermet [custom title]

    Joined:
    18 Feb 2003
    Posts:
    1,027
    Likes Received:
    2
    I'm currently nearing the end of my 30 day JCreator Pro trial so was wondering what everybody else uses? Any recommendations?
     
  2. TheAnimus

    TheAnimus Banned

    Joined:
    25 Dec 2003
    Posts:
    3,214
    Likes Received:
    8
    JCreator is good for the dosh.
    Borland one is jukie (JBuilder)
    vs6 has a good one but is for windows dev. mainly.
    sun's ONE studio is good.
     
  3. Jamie

    Jamie ex-Bit-Tech code junkie

    Joined:
    12 Mar 2001
    Posts:
    8,180
    Likes Received:
    54
    come on people, textpad is all you need to code java!
     
  4. ArmyAnt

    ArmyAnt What's a Dremel?

    Joined:
    6 May 2004
    Posts:
    265
    Likes Received:
    0
    Blimey, I have to use JCreator for my school, but NetBeans is great, it does GUi, and it is free :)
     
  5. Bruno_me

    Bruno_me Fake-ad‎min

    Joined:
    30 Mar 2003
    Posts:
    1,136
    Likes Received:
    1
    NetBeans all the way! :D

    (for those of you who can't guess, link)
     
  6. JADS

    JADS Et arma et verba vulnerant

    Joined:
    27 Mar 2001
    Posts:
    2,918
    Likes Received:
    1
    Try Eclipse
    Here

    As for text editors well I normally use UltraEdit 32, but also Programmers Notepad and Notepad.
     
  7. ChegsJAR

    ChegsJAR What's a Dremel?

    Joined:
    7 Sep 2003
    Posts:
    760
    Likes Received:
    0
    I use textpad and netbeans :)
     
  8. Kermet

    Kermet [custom title]

    Joined:
    18 Feb 2003
    Posts:
    1,027
    Likes Received:
    2
    Ah, so that's what netbeans is, was wondering what it was when it gave me the option to download it when I updated the SDK.

    Thanks for the suggestions, time to give a few of them a go (4 days left on trial)...
     
  9. Theo

    Theo What's a Dremel?

    Joined:
    12 Jun 2003
    Posts:
    466
    Likes Received:
    0
    If you're a student, you can get JCreator LE for free :> NetBeans is also pretty good, but I found JCreator to be slightly easier to set up (despite them both being extremely easy anyway).
     
  10. Kermet

    Kermet [custom title]

    Joined:
    18 Feb 2003
    Posts:
    1,027
    Likes Received:
    2
    Not really liking netbeans TBH...

    Theo, I thought the LE version was free for everybody? I quite like some of the little features of Pro though.
     
  11. Theo

    Theo What's a Dremel?

    Joined:
    12 Jun 2003
    Posts:
    466
    Likes Received:
    0
    I think I got mixed up with WSFTP LE, there :)
     
  12. JazzXP

    JazzXP Eh! Steve

    Joined:
    30 Apr 2002
    Posts:
    1,669
    Likes Received:
    13
    I use JBuilder at my work... it's one of the best one's I've come across, unfortunately it's quite expensive. I did investigate some free ones, and Eclipse seemed the best to me, but it didn't have Visual Source Safe intergration, so that's why we went with JBuilder.
     
  13. Highland3r

    Highland3r Minimodder

    Joined:
    25 Jul 2003
    Posts:
    7,559
    Likes Received:
    16
    Gvim/notepad here.... Gvim is GREAT for coding, highlights syntax nicely :D
    Theres a windows or linux complier available with the java sdk as well, this is commadline based but seems fine.
     
  14. woodshop

    woodshop UnSeenly

    Joined:
    14 Oct 2003
    Posts:
    1,408
    Likes Received:
    8
    TextPad is my God!!!!!!!!
     
  15. Mr T

    Mr T 4 Left Into Long 3 Right

    Joined:
    14 Nov 2001
    Posts:
    1,742
    Likes Received:
    0
    Here at MMU we use Netbeans for all our java :)
     
  16. JuMpErFLY

    JuMpErFLY Minimodder

    Joined:
    13 Mar 2003
    Posts:
    882
    Likes Received:
    1
    textpad/[x]emacs
     
  17. John Cena

    John Cena What's a Dremel?

    Joined:
    1 Jun 2004
    Posts:
    818
    Likes Received:
    0
    Hey Kermet (The frog?? :D ) ,
    I personally use Forte for Java. It is a very good Editor and you can directly edit object AND it's Free :eek:
    Download the editor from
    http://www.sofotex.com/Forte-for-Java-release-download_L1895.html

    It requires that the Java runtime environment be installed available from http://java.sun.com, so install this first if you don't have it installed :eeek:

    The second Java Editor I use is, JBuilder by Borland.
    It's also free (The Person Edition) and you can get more information and download it at http://www.borland.com/jbuilder/
    This has it's own java environment embed so you don't have to have the Java Run Time environment installed. :)

    Both of these versions require a "beefy" computer so make sure to check the requirements :idea:

    P.S. Between the two, I would go with the Old version of Jbuilder(3.0 I think).

    Enjoy
    :D
     
  18. Hwulex

    Hwulex Minimodder

    Joined:
    1 Feb 2002
    Posts:
    4,007
    Likes Received:
    1
    What year you in? After your first year, you should only using a text editor, not an IDE. That's how it was in my 2nd/3rd years anyway. ;)

    IDEs can be useful though, for function/method/class listings if nothing else. I'm a PHP developer now and would struggle without Zend Studio. :D
     
  19. DeX

    DeX Mube Codder

    Joined:
    22 Jul 2002
    Posts:
    4,152
    Likes Received:
    3
    I think I might try some of these IDEs out. Just wondering though, are there any Java debuggers around? Ie something that lets you step through code and view the value of various variables?
     
  20. Mr T

    Mr T 4 Left Into Long 3 Right

    Joined:
    14 Nov 2001
    Posts:
    1,742
    Likes Received:
    0
    Im in my first year :) Well just finished it
     

Share This Page