Hi,
I'm C# developer and I like to learn and use Java. Can you give me tip for
start. I'd like to make some GUI applications with set up implemented.
Is possible to use some editor like VS is?
NetBeans, eclipse?
What I need, where I have to go?
Thanks to all in advance
Mike
Ian Wilson - 06 Feb 2007 15:36 GMT
> Hi,
>
[quoted text clipped - 3 lines]
> Is possible to use some editor like VS is?
> NetBeans, eclipse?
I think either are probably a good place to start. However some people advocate
starting with the command-line compiler in order to learn the fundamental
concepts of organising code and classpaths etc. Starting with the command-line
tools means you don't have to learn to use an IDE before you can start learning
Java. Personally I like Eclipse but I haven't tried Netbeans so that doesn't
mean a lot.
> What I need, where I have to go?
You can download the Java Developer Kit (JDK) from sun.com.
You can download Eclipse or Netbeans from their websites.
I suggest buying a book such as "Learning Java" by Niemayer & Knudsen, published
by O'Reilly. Use Google to search this newsgroup for previous book
recommendations by other people.
Sun has a very good set of Java tutorials which I found extremely useful.
http://java.sun.com/docs/books/tutorial/
John - 07 Feb 2007 02:48 GMT
> I suggest buying a book such as "Learning Java" by Niemayer & Knudsen,
> published by O'Reilly. Use Google to search this newsgroup for previous
> book recommendations by other people.
Do you know if this book Learning Java is out for version 1.6 yet? The
edition I see of this book on chapters.indigo.ca is for version 1.5
Ian Wilson - 07 Feb 2007 09:50 GMT
>> I suggest buying a book such as "Learning Java" by Niemayer & Knudsen,
>> published by O'Reilly.
>
> Do you know if this book Learning Java is out for version 1.6 yet? The
> edition I see of this book on chapters.indigo.ca is for version 1.5
No. the latest edition is the third.
http://www.oreilly.com/catalog/learnjava3/
At some point you progress to learning the latest language features but
initially the fundamental things you need to learn haven't changed.
Mike - 08 Feb 2007 07:01 GMT
Thanks :)
>> Hi,
>>
[quoted text clipped - 22 lines]
>Sun has a very good set of Java tutorials which I found extremely useful.
>http://java.sun.com/docs/books/tutorial/
David Segall - 07 Feb 2007 05:38 GMT
>Hi,
>
[quoted text clipped - 3 lines]
>Is possible to use some editor like VS is?
>NetBeans, eclipse?
I came from Visual Basic but most of the stuff here
<http://ide.profectus.com.au> is relevant.
>What I need, where I have to go?
The easy way is to transfer from being fed all you need by Microsoft
to being fed all you need by Sun. Go to
<http://java.sun.com/javase/downloads/> and choose "JDK 6 with
NetBeans 5.5". The big advantage is that, from Sun, it is all free and
mainly open source.
Mike - 08 Feb 2007 07:02 GMT
Thanks,
Mike
>>Hi,
>>
[quoted text clipped - 12 lines]
>NetBeans 5.5". The big advantage is that, from Sun, it is all free and
>mainly open source.