Windows Vista; Recording with java sound, help!

Hey guys, I have built single/multitrack recorder using the java sound API. It has came to my attention that the sound input does not work with vista. I don't have vista, but, when I had access to a vista box, it appears like the TargetDataLine available() method does not work properly in Vista.

Has anyone tested vista fully with the java sound? Could it be a issue with a signed applet? I know vista has new file permissions, but, I don't think that should effect how the program gets input from the mic. Could it be that Vista does not grant java the proper permissions to use the TargetDataLine ? I am totally lost as to why this does not work. Any help/insight would be much appreciated!

[709 byte] By [bronze-starDukes] at [2007-11-26 12:13:42]
# 1
One of my pieces of Java code, working really fast on WinXP (capturing, processing, playing back) but slows a lot on Vista. The same is about one commercial non-Java project that does same thing. So I think that sounding in Vista is very poor, probably due to rights lack of our programs.
bronzestar at 2007-7-7 14:15:20 > top of Java-index,Archived Forums,Socket Programming...
# 2
I test java sound on Vista in the VMWare, there is a lot of problems, even including the JAVA 6, I think it's time that Sun JDK should solve it in the future updates. Or java sound will be dead.
bronzestar at 2007-7-7 14:15:20 > top of Java-index,Archived Forums,Socket Programming...