Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: Eclipse on Mac

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    25
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Eclipse on Mac

    I'm getting a Macbook Pro this summer for school. I was wondering if Eclipse on Mac is the same or close enough to JCreator on PC ?


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Eclipse on Mac

    Nope, eclipse is much better

    Eclipse is completely free and open source (note that this doesn't apply to all custom builds of eclipse or all eclipse plugins), is very user-friendly, and has tons of gadgets and tools over JCreator (many of them being very useful).

    Netbeans is another alternative to JCreator that is completely free. In my opinion, Eclipse > Netbeans, but in reality both IDE's are equally usable and packed with tools so it really depends on which you like better. Netbeans does come with a powerful Swing GUI designer by default, which will make setting up a quick GUI extremely simple (Eclipse doesn't have anything close to Netbean's Swing GUI designer that's free).

    Both IDE's are based off of Java so should work on any platform that a JDK can be installed on (even apple's hacked up version of the JDK).

  3. The Following User Says Thank You to helloworld922 For This Useful Post:

    Cuju (March 17th, 2010)

  4. #3
    Junior Member
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    25
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse on Mac

    Thank you very much helloworld

    /edit

    Silly question, but I still need to install the JDK to use Eclipse? Even though the JDK is only for PC/Linux?
    Last edited by Cuju; March 17th, 2010 at 07:04 PM.

  5. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Eclipse on Mac

    Apple has their own version of the JDK on their website. I believe the JDK comes installed by default on Macs, too. As far as I know, it's fully compatible with JDK 1.5 (they may have a 1.6 compatible version out by now, but I'm not positive about this).

  6. #5
    Junior Member
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    25
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse on Mac

    Is there a virtual machine that allows me to run JCreator on Mac? I have no experience with VM's so just wondering.

  7. #6
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Eclipse on Mac

    Depending upon which MacOS system you are running, you'll have either Java 1.5 or 1.6 installed (I believe Leopard was the first OS to allow 1.6). You can run windows directly on the intel macs if you wish (requires hard-drive partitioning and the installation of Windows OS). There is also software that is can run Windows virtually (and thus allow you to run JCreator), but it is slow because it has to run virtually and not directly.
    All that being said though, try Eclipse. As with any change in software there may be a tiny adjustment phase, but Eclipse is one of the better pieces of software you will find: its recursive foundation (open source IDE software that is written for developers - who use their skills to improve that very IDE) makes it, in my opinion, one of the best free pieces of software you'll find
    Last edited by copeg; March 19th, 2010 at 09:13 PM.

  8. The Following User Says Thank You to copeg For This Useful Post:

    Cuju (March 19th, 2010)

  9. #7
    Junior Member
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    25
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse on Mac

    Quote Originally Posted by copeg View Post
    Depending upon which MacOS system you are running, you'll have either Java 1.5 or 1.6 installed (I believe Leopard was the first OS to allow 1.6). You can run windows directly on the intel macs if you wish (requires hard-drive partitioning and the installation of Windows OS). There is also software that is can run Windows virtually (and thus allow you to run JCreator), but it is slow because it has to run virtually and not directly.
    All that being said though, try Eclipse. As with any change in software there may be a tiny adjustment phase, but Eclipse is one of the better pieces of software you will find: its recursive foundation (open source IDE software that is written for developers - who use their skills to improve that very IDE) makes it, in my opinion, one of the best free pieces of software you'll find
    Alright so bootcamp would be the way to go if I really wanted JCreator. Thanks for the help, very useful members on this site!

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. How to add JSF libraries to eclipse?
    By tien1504 in forum Java IDEs
    Replies: 5
    Last Post: October 24th, 2012, 04:32 PM
  3. Visual Swing 4 Eclipse
    By helloworld922 in forum Java JDK & IDE Tutorials
    Replies: 1
    Last Post: February 7th, 2012, 11:33 AM
  4. eclipse help
    By mos33 in forum Java IDEs
    Replies: 3
    Last Post: November 24th, 2009, 02:10 PM
  5. About plugins for eclipse
    By sun26 in forum Java IDEs
    Replies: 1
    Last Post: November 20th, 2009, 09:43 AM