Author Topic: [Help] Java development  (Read 5440 times)

0 Members and 2 Guests are viewing this topic.

Offline _moon

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 1
    • View Profile
Re: [Help] Java development
« Reply #15 on: January 24, 2012, 10:13:08 pm »
I wonder how you can say with such assurance which of Eclipse or Netbeans is the best.


Both are good, yet Netbeans is faster, lighter, richer, and much much more nicely coded than Eclipse. However, it falls far behind plugins-wise.


I've been working with Java for four years now and still use both, depending on the project and/or my needs ;)
« Last Edit: January 24, 2012, 10:18:05 pm by _moon »
All those moments will lost in time, like tears in rain.

Offline Nanayaw

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: [Help] Java development
« Reply #16 on: April 28, 2012, 12:00:45 am »

System.out.println("Geany");

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: [Help] Java development
« Reply #17 on: April 28, 2012, 03:57:12 pm »
I didn't read everything in this topic but I need to say that if one is going to start learning Java, then he should write programs in a text editor and compile everything by hand.

Why?

IDEs are great. I love working with them. It is very hard  to work on big projects without them. But when it comes to learning, one needs to know how a programming language works from scratch. Eclipse is just going to create packages for classes and compile stuff without the user knowing what is going on behind all that.

So my advice is just work with a text editor for now. Compile everything in a terminal (if using Linux) or CMD (if using Windows). Learn what is to be learn about the basics of the language and then move to an IDE.

About an IDE. I love Eclipse.

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: [Help] Java development
« Reply #18 on: April 28, 2012, 08:00:42 pm »
I didn't read everything in this topic but I need to say that if one is going to start learning Java, then he should write programs in a text editor and compile everything by hand.

Why?

IDEs are great. I love working with them. It is very hard  to work on big projects without them. But when it comes to learning, one needs to know how a programming language works from scratch. Eclipse is just going to create packages for classes and compile stuff without the user knowing what is going on behind all that.

So my advice is just work with a text editor for now. Compile everything in a terminal (if using Linux) or CMD (if using Windows). Learn what is to be learn about the basics of the language and then move to an IDE.

About an IDE. I love Eclipse.

That is exactly my opinion too.
But 6 months after the inital question was raised it won't be of any use to the TO.

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: [Help] Java development
« Reply #19 on: April 29, 2012, 11:49:31 am »
That is exactly my opinion too.
But 6 months after the inital question was raised it won't be of any use to the TO.

Ups. I just saw this in the unread section and answered. It's not the first time I read and answer old topics because I forget to check the date. At least the advice stays here, lol.