Download the Tutorial

The complete online tutorial is available in an archive so that you can download it and view it locally on your computer. The archive contains all of the source code for each example. Go to our Web site to download the tutorial.


Note: If you download the tutorial, feel free to make it available locally at your site. Please do not publicly mirror it to the Web!

Install the Tutorial

  1. Download the JNDI tutorial.
  2. Create the directory in which the tutorial will live.

    On Unix, for example, create the following directories:

    # mkdir jndi
    # mkdir jndi/tutorial
    
    On Windows, for example, create the following directories:
    # mkdir jndi
    # mkdir jndi\tutorial
    
  3. Unpack the tutorial archive.

    On Unix, use a utility that understands the ZIP format, such as jar and unzip:

    # cd jndi/tutorial
    # unzip -U /tmp/jnditutorial.zip
    
    On Windows, use a utility such as WinZip to unpack jnditutorial.zip into the directory jndi/tutorial that you've created.

Using the Tutorial

Point your Web browser at jndi/tutorial/index.html in the directory that you've created for the tutorial. That leads you to the front page of the tutorial and you're ready to go!