Russell Bateman Messages: 2701 Registered: July 2009 Location: Provo, Utah, USA
Senior Member
On 3/8/2013 2:51 PM, Xo M wrote:
> Could you help me to install eclipse in Linux Red Hat?
- Download the tarball from eclipse.org for the bittedness of your Linux.
- Explode it wherever you'd like to keep it.
- Wire up Eclipse via eclipse.ini to your Java (I'd suggest a real, Sun
Java, but openjdk will work too). See http://wiki.eclipse.org/Eclipse.ini.
- Run it.
John Mark Messages: 6 Registered: February 2013 Location: New york
Junior Member
Hello members I want to learn the concepts of JAVA i am a beginner and want to learn java from basics please help me which is the best book or source to learn java..
thank you
Russell Bateman Messages: 2701 Registered: July 2009 Location: Provo, Utah, USA
Senior Member
On 3/10/2013 11:46 PM, John Mark wrote:
> Hello members I want to learn the concepts of JAVA i am a beginner and
> want to learn java from basics please help me which is the best book or
> source to learn java..
> thank you
Please don't hijack forum threads. If you have a question, ask it in
your own thread.
Russell Bateman Messages: 2701 Registered: July 2009 Location: Provo, Utah, USA
Senior Member
On 3/10/2013 11:46 PM, John Mark wrote:
> Hello members I want to learn the concepts of JAVA i am a beginner and
> want to learn java from basics please help me which is the best book or
> source to learn java..
> thank you
Here's what I suggest. I'm not paid to make these suggestions, they're
sincere.
Purchase Head First Java from O'Reilly. It's a fun way to learn Java.
If you or circumstances decide you're going to continue using Java
professionally (or even intensively in school), then I suggest the
following:
Thinking in Java by Bruce Eckel.
If your interest in Java and programming in general is really
superficial or tentative, I would suggest NetBeans as its start-up
learning curve is more shallow than Eclipse.
If you think you're going to become a serious Java developer, then bite
the bullet now, learn and use Eclipse.