Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java Editor for Mac?

  • 17-11-2008 2:28pm
    #1
    Closed Accounts Posts: 1,670 ✭✭✭


    This post has been deleted.


Comments

  • Registered Users, Registered Users 2 Posts: 3,906 ✭✭✭J-blk


    It's kinda hard to beat TextMate on Mac OS X for any language almost:

    http://macromates.com/

    Not free unfortunately, but well worth the asking price - I think the trial is 30-day fully functioning...


  • Registered Users, Registered Users 2 Posts: 6,424 ✭✭✭440Hz


    TextMate is great, but not free as you say.

    Personally I tend to go for free apps like Smultron, not full of error checking niceties but does the job well!


  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    smultron + javac command line ftw!


  • Registered Users, Registered Users 2 Posts: 6,424 ✭✭✭440Hz


    smultron + javac command line ftw!

    Great minds think alike!!


  • Registered Users, Registered Users 2 Posts: 2,751 ✭✭✭ec18


    eclipse?


  • Advertisement
  • Closed Accounts Posts: 1,670 ✭✭✭NiSmO


    This post has been deleted.


  • Registered Users, Registered Users 2 Posts: 3,568 ✭✭✭ethernet


    Another vote for Eclipse.


  • Registered Users, Registered Users 2 Posts: 6,236 ✭✭✭Idleater


    ethernet wrote: »
    Another vote for Eclipse.

    +1 again.

    or you _could_ go for IDEA which is supposed to be pretty good but you have to pay for it.


  • Closed Accounts Posts: 117 ✭✭Druid


    +1 for Eclipse,

    unless you have a compelling reason, for example you are just starting to learn java, you really should use Eclipse or another IDE. Its a bit of a learning curve but give it a week and you'll never go back...


  • Closed Accounts Posts: 161 ✭✭pvik00


    NiSmO wrote: »
    This post has been deleted.

    This is probably the best approach until you study or work on smaller projects.
    Later on, with bigger projects where you'll need to work together with other developers you'll appreciate the fact that a modern IDE will automate many of the routine tasks for you.

    You can try NetBeans:
    http://www.netbeans.org


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 26,584 ✭✭✭✭Creamy Goodness


    i agree, javac and a text editor of your choice for when you're studying etc.

    work environment depends kinda as the company could push a certain IDE on to you.


  • Closed Accounts Posts: 1,670 ✭✭✭NiSmO


    This post has been deleted.


  • Closed Accounts Posts: 161 ✭✭pvik00


    NiSmO wrote: »
    This post has been deleted.

    http://www.panic.com/coda/

    Not reallly on-topic here, though...


  • Hosted Moderators Posts: 7,486 ✭✭✭Red Alert


    Aquamacs can do pretty much any language you like.


  • Registered Users, Registered Users 2 Posts: 1,031 ✭✭✭johnk123


    I feel left out :(

    This all went straight over my head! Anyway, on with your discussion


  • Registered Users, Registered Users 2 Posts: 5,699 ✭✭✭Brian


    Smultron is the best overall scripter for OS X. It has syntax definitions for 10s of languages. Also, it's perfect for HTML editing as it syncs with Cyberduck.


  • Closed Accounts Posts: 55 ✭✭Burklert


    Netbeans or Jgrasp?

    Both run rather well on mac systems.


  • Registered Users, Registered Users 2 Posts: 157 ✭✭Optimus Caesar


    I'm a Netbeans man. Works well on linux and mac os but a bit slow on windows. Most of the guys on my team use Eclipse though. There's not much of a difference between them.


Advertisement