Learning Java using Web Resources...

Below are some of the excellent web resources I have utilized to get me started on Java. Hope this helps others too.

  1. MITs Open Courseware: 1.00 Introduction to Computers and Engineering Problem Solving, Fall 2002
  2. Sofia Project: Introduction to Java Programming
  3. Bruce Eckels Free eBook from MindView.net: Thinking in Java, 3rd Edition

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Additional JAVA links:

Netbeans on Fedora 3

I was having difficulty installing Netbeans on Fedora 3 in Graphical mode with the error:

........The installer is unable to run in graphical mode. 
Try running the installer with the -console or -silent flag.

The problem was solved after installing "xorg-x11-deprecated-libs" package.

Comment