Installer Difficulty

The past few years I have been working on a 2D game in OpenGL.

The problem I’m having is that I cannot seem to find a way to deliver the code I’ve made for anyone else to see.

I used to be able to: I would package the Java into a JAR and provide the appropriate libraries (OpenGL, OpenAL.)

Now I see an error which says that the OpenAL DLL library that goes iwth joal.jar does not work on a 64-bit system. Googling shows that OpenAL is no longer being supported.

This is very discouraging, as it would mean I’d have to do an entire re-write, but is this true? Other games use OpenAL and they run on 64 bit systems, don’t they?

It’s either a problem in how I’m packaging/installing my code, or OpenAL really is no longer supported, or maybe something else?

Any help is appreciated