FirefoxRocks 0 Report post Posted May 8, 2008 I am interested in learning Java for programming since I would like to program GUIs for my applications. I have learned very basic C and Qbasic programming if that helps. I am looking for beginner tutorials that I can do in Notepad, not any integrated development environments like NetBeans or anything like that.I understand that it is necessary to install the Java Developer Kit and I have done that. What is my next step now? Is this programming language easy to learn? Share this post Link to post Share on other sites
Jared 0 Report post Posted May 8, 2008 I am interested in learning Java for programming since I would like to program GUIs for my applications. I have learned very basic C and Qbasic programming if that helps. I am looking for beginner tutorials that I can do in Notepad, not any integrated development environments like NetBeans or anything like that.I understand that it is necessary to install the Java Developer Kit and I have done that. What is my next step now? Is this programming language easy to learn? https://www.google.ca/search?q=how+to+learnlient=firefox-a Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted May 10, 2008 Do you seriously think that I haven't tried a variety of search terms in Google already? Please provide some actual content, not a link to a page a search results. Share this post Link to post Share on other sites
wutske 0 Report post Posted May 14, 2008 I've started programming using the netbeans tutorials, they are clear, but don't offer you more than the basics for creating java application. Of course you'll be needing Netbeans if you follow these tutorials . https://netbeans.org/kb/index.htmlEclipse (another IDE that you can use for programming Java apps) has some tutorials on their website too, but I don't find them as clear as the ones on the netbeans website. http://wiki.eclipse.org/Eclipse_Articles,_Tutorials,_Demos,_Books,_and_More Share this post Link to post Share on other sites
RoadRunner1405241575 0 Report post Posted April 3, 2009 If you know how to use C then Java shouldn't be too much trouble You can try a book that i use at uni called Java in Two Semesters by Quentin Charatan & Aaron Kans or alternatively this website is quite good for beginners http://mathbits.com/MathBits/Java/JavaOpenPage.htm Hope this helps Share this post Link to post Share on other sites
xboxrulz1405241485 0 Report post Posted April 4, 2009 I suggest you to look at http://www.oracle.com/technetwork/java/index.html. This is the official Java developer website.Specifically this article should get you off the ground: http://www.oracle.com/technetwork/java/index.htmlxboxrulz Share this post Link to post Share on other sites