A little bit of background
So… I finally after a couple of days of work got my JOAL audio system working.
I have been testing it multiple times from within my favorite text editor Textpad.
When i test it from within Textpad, i simply ask it to execute the command “cmd” with arguments “javaws TestLocalSigned.jnlp”.
I then decided to test it from windows directly. This didn’t work. I then started cmd manually and used the same command. Still no luck.
A bit of research showed (surprisingly) that my Textpad uses the jvm called:
Java Web Start 1.6.0_21\nUsing JRE version 1.6.0_21-b07 Java HotSpot(TM) Client VM
Starting from windows gave the following info:
Java Web Start 1.6.0_20\nUsing JRE version 1.6.0_20-b02 Java HotSpot(TM) 64-Bit Server VM
I am running this on the same machine using Window 7 64-bit version.
This would suggest that the problem is using JOAL with the 64-Bit Server VM.
In the jnlp i load JOAL using:
<extension name="joal" href="http://download.java.net/media/joal/webstart/joal.jnlp" />
So my question is, how do i get JOAL work on a wider array of systems than those using Textpad and an older JVM?
Help… please ???
- Scarzzurs