The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail Search
Feedback Form

Trail: Learning the Java Language

Lesson: Solving Common Coding Problems

This section covers some common problems that you might encounter when learning the Java language. After each problem is a list of possible solutions.

Problem: The compiler complains that it can't find a class.

Problem: The interpreter says it can't find one of my classes.

Problem: My program doesn't work! What's wrong with it?

The following is a list of common programming mistakes by novice Java programmers. Make sure one of these isn't what's holding you back.


Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail Search
Feedback Form

Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.