Results 1 to 5 of 5

Thread: Eclipse necessery?

  1. #1
    Join Date
    Oct 2013
    Location
    Finland
    Posts
    52
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question Eclipse necessery?

    So do i really need Eclipse for Java programming or is JDK and Notepad enough?

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,634
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Like many things, it is not *needed* but may be desirable. (I don't work with Java, but Eclipse has a very good reputation—and good code editors/IDEs do make a hellava difference.)

  3. #3
    Join Date
    Oct 2013
    Location
    Finland
    Posts
    52
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Okay but i dont want to download Eclipse but if i dont i would have to compile Java files or something so can anyone whos a good java programmer help me?

  4. #4
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,634
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    If you don't want to use the Eclipse compiler, you could try Sun's OpenJDK javac compiler.

    Beyond that, I wouldn't know what to suggest. There aren't many java programmers here on DD.

  5. #5
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    To begin with, you may not need Eclipse till you are doing simple programs and working with only few (5 to 10 ) classes
    But once you start to include external jars/libraries and your program gets big, IDE really comes handy
    Imagine your program getting big and everytime you have to set the classpath once you add external jars or include the imports manually when you use a new method
    Eclipse will help you all this and more

Similar Threads

  1. alert in eclipse
    By ggalan in forum Java
    Replies: 1
    Last Post: 03-30-2011, 06:29 PM
  2. Replies: 5
    Last Post: 09-10-2010, 11:26 PM
  3. Replies: 6
    Last Post: 02-17-2009, 09:43 AM
  4. Replies: 0
    Last Post: 11-14-2008, 08:43 AM
  5. C++ Eclipse Java Error
    By Jas in forum Computer hardware and software
    Replies: 3
    Last Post: 05-10-2008, 11:53 PM

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
  •