Monthly Archives: July 2015

Java Development on Windows

This is a followup to Prepping for Java, with specifics about setting up a Java development environment on Windows. First, you have to install the JDK. I already had a Java JRE on my Windows system, so I went through … Continue reading

Posted in Fundamentals, Java, Windows | Tagged , , , | Leave a comment

Actors and Boxes

Most people think computer programming is about making computers do something. And it is that, but that’s not the important part. The important part, the real challenge in writing software, is task management. Suppose you want to build a new … Continue reading

Posted in Fundamentals, Programming | Leave a comment

Prepping for Java

So you want to write some Java — now what? Tools First you need some tools. Every Java developer is going to have their own preferred tool set, so don’t be upset if my list doesn’t include your favorite. It’s … Continue reading

Posted in Fundamentals, Programming | Tagged , | 2 Comments