Results 1 to 8 of 8

Thread: A Question About Java Development

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2006
    Posts
    247

    Arrow A Question About Java Development

    I am sitting here at my computer reading my Java book because today I decided to move to learning some Java development. I have a question regarding the transition from Visual Basic (6.0 Not .NET) to Java.

    Are there any good Visual IDEs that use the Java Development Kit? Because I do not like J++ or J#, I want actual Java, not Microsoft's Interpretation.



  2. #2
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: A Question About Java Development

    Starting out with a Visual IDE or an IDE in general is a terrible idea. Learn the command prompt first.

  3. #3
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: A Question About Java Development

    Or something simple like TextPad. Offers code coloring and compile/run menus.


    Has someone helped you? Then you can Rate their helpful post.

  4. #4
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: A Question About Java Development

    Yeah, I like JEdit. CB pointed me to it one day, and I've used it ever since

  5. #5
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: A Question About Java Development

    Never used it. Also I hear that NetBeans is good but never got around to downloading it. Too big to download on dial-up

    JCreator is also pretty nice. Has intelli-sense (not sure about the spelling) which is something you'll appreciate moving from VB.

    Eclipse is another one that gets mentioned but never tried that either...


    Has someone helped you? Then you can Rate their helpful post.

  6. #6
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: A Question About Java Development

    I don't like the confusing interface of some, and EVERY IDE (not value added text editor) doesn't indent code how I like.... JEdit is the only thing out there that actually indents code how I like. Some might be a could spaces off, and others are just dumb and place it way away from where it should be.


    I've tried JCreator. It's good, I guess. Didn't use it too long, but never had any complaints.

    Netbeans is too bulky in my opinion. Just too many bells and whistles.

    I've never used eclipse, but I've heard its a nice one. Borland products is also talked about really well.

    The worst IDE in my opinion, is BluJ. There are times when the program has no errors, but it gives a compilation error... -- The fix is to click compiile a hundred times and it will finally compile correctly.

  7. #7
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: A Question About Java Development

    - You can disable everything annoying on NetBeans from the options dialog.
    - I've tried Eclipse and it sucks
    I believe BlueJ is a school or university project so don't expect that much of students
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  8. #8
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: A Question About Java Development

    I like Eclipse. It's extremely powerful.

    Plugin management on Linux sucks, though. They don't get the root permissions thing right.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width