Hello and welcome to our community! Is this your first visit?
Register

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Java Compiler for Mac

  1. #1
    Mac Fanatic sascoordinator's Avatar
    Join Date
    Nov 2004
    Posts
    542

    Default Java Compiler for Mac

    Hello Guys,

    Anybody knew of an Java Compiler for Mac?

    I'm using Jcreator but i didn't know that it is only for win****.

    I'm still enjoying my mac arty: and i don't want to buy another PC :dry:.

    Thanks in advance!

    Regards,
    Carlo

  2. # ADS
    Google Adsense

    Join Date
    Always
    Posts
    Many




     

  3. #2
    Mac Fanatic right_stuff's Avatar
    Join Date
    Apr 2004
    Location
    Manila
    Age
    28
    Posts
    645

    Default

    try netbeans or compile from the console/terminal.

  4. #3
    Mac Freak Polar Mac's Avatar
    Join Date
    Sep 2004
    Location
    Quezon City
    Age
    28
    Posts
    1,004

    Default

    Originally posted by right_stuff
    try netbeans or compile from the console/terminal.
    any experience with xCode (found at the the OS X Panther link in apple, and comes with this huge complications of packages and installation requirements) or JEdit? :wound:

  5. #4
    Mac Fanatic sascoordinator's Avatar
    Join Date
    Nov 2004
    Posts
    542

    Default

    JEdit has plugins. I'm using J2SDK and J2EE. What are the plugins would you like to recommend?

  6. #5
    Mac Freak Polar Mac's Avatar
    Join Date
    Sep 2004
    Location
    Quezon City
    Age
    28
    Posts
    1,004

    Default

    Originally posted by sascoordinator
    JEdit has plugins. I'm using J2SDK and J2EE. What are the plugins would you like to recommend?
    well im all new at this java stuff.... i would like the basics to compile and run java commands.... like Gel for windows.... very newbie in this.

  7. #6
    Mac Lover subtleclarity's Avatar
    Join Date
    Apr 2004
    Posts
    339

    Default

    try the terminal, pare. its so cool. haha!

  8. #7
    jino
    Guest jino's Avatar

    Default

    Do you really mean compilers or IDEs?

    Every mac comes with the basic Java CLI tools like java, javac, javap, javadoc, etc. They can all be run from the terminal just like any Linux or Windows PC.

    As for IDEs, there's XCode which is the built-in IDE for the Mac, it's in the Developer Tools CD or installer. However I find it a bit slow to startup on my iBook G4 800 and I hate that it can only build/compile projects not individual Java files.

    I strongly recommend you check out Eclipse, IBM's Java IDE. www.eclipse.org.

    Personally though, I'm an Emacs zealot and just compile through the CLI =p

  9. #8
    Mac Freak Polar Mac's Avatar
    Join Date
    Sep 2004
    Location
    Quezon City
    Age
    28
    Posts
    1,004

    Default

    Thanks!!! will try all those suggestions :lol:

  10. #9
    Mac Fanatic sascoordinator's Avatar
    Join Date
    Nov 2004
    Posts
    542

    Default

    Ok, thanks to all! I'll check the strong recommendation of jino. But, man, i salute you for developing manually through the CLI.

  11. #10
    Mac Freak Polar Mac's Avatar
    Join Date
    Sep 2004
    Location
    Quezon City
    Age
    28
    Posts
    1,004

    Default

    Originally posted by right_stuff
    try netbeans or compile from the console/terminal.
    i kinda know how to compile java using command prompt, how do you compile and run it through console/terminal :wound:

  12.   



 
Page 1 of 2 12 LastLast

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
  •