LWJGL Forum

Programming => General Java Game Development => Topic started by: Qudus on September 02, 2008, 23:57:38

Title: lwjgl_fmod3.jar missing in jnlp
Post by: Qudus on September 02, 2008, 23:57:38
hey guys,

when trying to run an LWJGL app through webstart, the launcher nags about a missing resource http://jwjgl.org/jnlp/lwjgl_fmod3.jar. Why has this file been deleted? What can I do to make the app launch again?

Marvin
Title: Re: lwjgl_fmod3.jar missing in jnlp
Post by: Matzon on September 03, 2008, 05:10:08
the jnlp - unfortunately - does not support versioned releases. Therefore it always uses the latest release. The latest release 2.0 RC1 does not include fmod and devil.
Title: Re: lwjgl_fmod3.jar missing in jnlp
Post by: Qudus on September 03, 2008, 17:25:30
Quote from: Matzon on September 03, 2008, 05:10:08
the jnlp - unfortunately - does not support versioned releases. Therefore it always uses the latest release. The latest release 2.0 RC1 does not include fmod and devil.

What is fmod used for? Maybe we don't need it at all. We don't use it explicitly or by intent.

Marvin
Title: Re: lwjgl_fmod3.jar missing in jnlp
Post by: Matzon on September 04, 2008, 05:16:32
fmod is the sound stuff - NOT OPENAL - supplied as org.lwjgl.fmod3.*