Thread: Which java compiler to install?

  1. #1
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696

    Which java compiler to install?

    So I got this CD with a bunch of java compiler: BlueJ, JCreator, jGRASP, NetBeans IDE.
    Which one would be better to your opinion? I used to use JCreator and liked it because it was way faster than JBuilder; it's written in C++ . But I don't know about the other compilers. I don't feel like installing all of them and trying them out. It's just for one course that I have to take this semester. So, got something to say?
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  2. #2
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    1. How much space do you have?
    2. Does your teacher/instructor reconmend anything?

    I would go ahead and install them all. Test it out, and keep the best one. Hope that helps!
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  3. #3
    Useless Apprentice ryan_germain's Avatar
    Join Date
    Jun 2004
    Posts
    76
    i used jgrasp...worked fine...just one thing:
    when i used a class that i got from a .jar file, it gave me an error saying it couldnt write to a file. Since it gave the path of the file, all i did was change (check it off) the read-only attribute of that file.

    netbeans can come with the sdk so i guess that would be another good one.
    There is not the slightest indication that [nuclear energy] will ever be obtainable. It would mean that the atom would have to be shattered at will.

    -Albert Einstein, 1932

  4. #4
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    Quote Originally Posted by Stan100
    1. How much space do you have?
    2. Does your teacher/instructor reconmend anything?

    I would go ahead and install them all. Test it out, and keep the best one. Hope that helps!
    1. Virtually unlimited
    2. No

    An like I said, I'm not gonna install and try all of them, at least not right now, 'cause the class already started and I have to start being productive already.
    For now, JCreator is winning (but I'm biased 'cause I used this one before)

    EDIT: As much as I appreciate everyone's opinion, life must go on. I'm gonna use JCreator. This thread is unofficially closed.
    Last edited by alphaoide; 09-01-2004 at 10:25 AM.
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  5. #5
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Eclipse has awsome debugging and refactoring tools. Its definately the best Java IDE ive ever used once you get to know how to use it.

  6. #6
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    Uhh, that's right, I forgot to check that one out.
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  7. #7
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    I use JBuilder, and am very happy with it. Also used JGrasp and NetBeans, and didn't like them too much...although, the newest version of netbeans looks promising.

    But if you want a really great compiler, and you are willing to spend some time learning - get Eclipse!

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  8. #8
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by axon
    But if you want a really great compiler, and you are willing to spend some time learning - get Eclipse!
    thats exactly the thing with eclipse... it has some very impressive functionality (i was totaly blown away when i got into the refactoring tools) but it takes time to get comfortable with it. Its worth it just for the refactoring and debugging tools though.

    ...and for those of you who think eclipse is a java IDE, well . Eclipse is a platform for building IDE's. There is a C/C++ one as well as enviroments for various other things involving Java or C/C++ (like eclipse plug-in development with java, or RPM development with C/C++). Ive seen a python IDE for it as well though ive never tried it.

  9. #9
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    I downloaded the Eclipse and decided that it's a too full-blown application for my purpose right know (I don't think it will fit in my usb drive along with devcpp and csharpdevelop ). Just this one more java class and it's a bye and I'll go back building my .net application. The new java sdk does not make things easier like I expected, but that's another thread, so don't start
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  10. #10
    I am he who is the man! Stan100's Avatar
    Join Date
    Sep 2002
    Posts
    361
    I love how after he said "This thread is unofficially closed", the answers just poured in
    Stan The Man. Beatles fan

    When I was a child,
    I spoke as a child,
    I thought as a child,
    I reasoned as a child.
    When I became a man,
    I put childish ways behind me"
    (the holy bible, Paul, in his first letter to the Cor. 13:11)

  11. #11
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Quote Originally Posted by Stan100
    I love how after he said "This thread is unofficially closed", the answers just poured in

    well, it was probably because he editd the post after we have read it...

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mats, the java answers
    By Jaqui in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 04-22-2008, 02:12 AM
  2. JAva compiler
    By Forgotten in forum Tech Board
    Replies: 4
    Last Post: 07-21-2007, 07:35 AM
  3. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  4. Language - When To Use What?
    By tjinr in forum A Brief History of Cprogramming.com
    Replies: 36
    Last Post: 08-06-2006, 02:04 AM
  5. The Java language is being expanded
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 06-11-2004, 09:07 PM