Hi,
I tried to convert applet to J# Browser controls using vjc.exe and
jbimp.exe, and got message similar to
class not found: javax.sound.Sampled.XXXXXXX
It looks like .NET does not have these functions. How can I resolve this
problem?
Jennifer-Ashley - 26 Apr 2005 22:04 GMT
> class not found: javax.sound.Sampled.XXXXXXX
J# includes all the good .NET stuff as well as the Java API until sdk 1.1.4.
The javax packages were included in sdk 1.2, hence, this functionality does
not exist in the Java mimics within J#. Use .NET functions instead and
rewrite your applet. (however tedious)
Greetz
Jenn