Feedback Form Response

If you successfully submit your feedback about the Tutorial, you'll see a page with text more or less like what follows.

Thank you for taking the time to give us feedback about The JavaTM Tutorial. Comments and suggestions from our readers help us to continually improve the Tutorial and target it to your needs.

The rest of this message answers a few of the questions we're most often asked. If you just want to get back to using the Tutorial, here's a link to the Tutorial Home Page. Or you can press your browser's back button twice to get back to the page you were on.

Q: Where is the most up-to-date version of the tutorial?
A: The official home of the tutorial is always up-to-date:

http://java.sun.com/docs/books/tutorial/

Q: Can I read the tutorial offline?
A: Yes, you can either download the tutorial for free or get one of the three books based on the tutorial.

Here's the URL for our download page:

http://java.sun.com/docs/books/tutorial/information/download.html

Note: It's fine to publish the tutorial within your intranet, but please don't publish it anywhere on the Internet.

Book information is here:

http://java.sun.com/docs/books/tutorial/book.html

Q: Help! How can I make my first program run?
A: If you're having trouble compiling or running your first program, find the instructions for your platform by going to the following URL:

http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

This section tells you how to compile and run your first application and applet. Thousands of people have followed its instructions successfully. If you get a NoClassDefFoundError, you probably have a class path problem (search for "CLASSPATH"). If you still have problems, make sure you're using an interpreter (java or appletviewer, for example) that is at least as up-to-date as your compiler (javac).

Q: <any other question>
A: We probably won't be able to answer you, so check one of the following resources for help:

Thank you for writing, and good luck with your programming.

The Java Tutorial Team
    Kathy Walrath
    Alison Huml