Trouble with Tutorial 1

Error:

net.java.games.joal.OpenALException: Could not load openal library.
                        at net.java.games.joal.ALFactory.init(Native Method)
                        at net.java.games.joal.ALFactory.initialize(ALFactory.java:61)
                        at net.java.games.joal.ALFactory.getAL(ALFactory.java:88)
                        at SingleStaticSource.main(SingleStaticSource.java:132)

I am guessing that I have to install the OpenAL libraries but I’m not sure.

On that same note, when I distribute my game, is it possible to have JOAL with the game without requiring the player to install OpenAL in addition to that or do they have to install the OpenAL libraries?

I think the OpenAL libraries are re-distributable. Cas does this for Alien Flux for example.