This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: IBM's developerWorks has published my latest article: Managing the Java classpath.
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
IBM's developerWorks has published my latest article: Managing the Java classpath. This one comes in two versions, Windows and Unix. It is based on my years of experience teaching introductory Java courses to university students. Over that time, I have noticed that nothing is as pointlessly confusing as the classpath and sourcepath. Nothing else causes otherwise bright students to hit a wall so reliably. To make matters worse, no textbook I've read actually covers all the important nuances of the classpath. They always leave out a critical part or two (most often, the sourcepath). So I decided to finally write down in exquisite detail exactly what someone starting out needs to understand about the classpath and sourcepath, and IBM graciously agreed to publish it. This article is probably a tad basic for most people who read this web site, and who long ago learned all these details by painful experience; but I hope you'll find it useful when you need to teach someone else and will make life easier for up and coming Java programmers in the future.