CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Thread: Java IDE?

  1. #1
    Join Date
    Jul 2008
    Posts
    26

    Java IDE?

    What is the good IDE for developing JSP pages.

  2. #2
    Join Date
    Nov 2007
    Posts
    28

    Re: Java IDE?

    I think Eclipse, it's free

  3. #3
    Join Date
    Dec 2007
    Posts
    17

    Re: Java IDE?

    yes, definitely!
    Username555 you did a good deed!

  4. #4
    Join Date
    Jul 2008
    Posts
    26

    Re: Java IDE?

    thank guys.

    But i need to know how often Java programmers use IDE for Java Programming?

  5. #5
    Join Date
    Apr 2007
    Posts
    442

    Re: Java IDE?

    All the time. Syntax coloring, code completion and formatting are simply tools you would miss more than two of your toes. On top of that especially SVN functionality is something that needs to be there when a butch of people work on the same code tree.

    This is not to say that you could not code with notepad. Sure you can, but once the scope gets big enough why would you? As to which IDE to use, I vote for Eclipse as well. Of course much of it rests on personal preference, but I really like the extendability of it. Even outside of Java, If I need to code in Ruby, Python or Scala, or need some other addition there pretty much always is a plugin... and mostly even a working version.

  6. #6
    Join Date
    Jul 2008
    Posts
    26

    Re: Java IDE?

    sure, You are right. I installed it. It is better than what i thought of it.
    Simple, flexible and user friendly.
    Can say programmer friendly as well.

    Is there add-on for using PHP codes?

  7. #7
    Join Date
    Apr 2007
    Posts
    442

    Re: Java IDE?

    Google for "what you need" +eclipse plugin. Or to go to the Eclipse plugin central and take a swim in the ocean thats there.

  8. #8
    Join Date
    Jul 2008
    Posts
    26

    Re: Java IDE?

    Quote Originally Posted by Londbrok
    Google for "what you need" +eclipse plugin. Or to go to the Eclipse plugin central and take a swim in the ocean thats there.
    heheh.. Google is more familiar to me than CodeGuru. I came here to get some tips from experienced persons.

  9. #9
    Join Date
    Apr 2007
    Posts
    442

    Re: Java IDE?

    The plugin central is easy to google, you find there all plugins you need, or find that there is no plugin. Either or, that is simple for you to find out, We help gladly if there is an actual issue, in this case there is none.

    Hovever as you may have noticed, there are a number of PHP plugins, so read up on them, find out the ones that seem to suit what you are aiming for, many of the plugins are really not perfect, especially when them mimic IDE on another language. Pick one, pick some, and choose the one you prefer.

  10. #10
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: Java IDE?

    Quote Originally Posted by firebladeiii
    I came here to get some tips from experienced persons.
    That's what Londbrok gave you - he told you how to find the plug-in you wanted.

    They know enough who know how to learn...
    J. Adams
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  11. #11
    Join Date
    Jul 2008
    Posts
    26

    Talking Re: Java IDE?

    Quote Originally Posted by dlorde
    That's what Londbrok gave you - he told you how to find the plug-in you wanted.

    They know enough who know how to learn...
    J. Adams
    heeh.. just joking men. COooooL. LoL
    BTW, thanks for the great help.

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

Featured