Forum: Java Oct 31st, 2008 |
| Replies: 4 Views: 900 What a stupid mistake!!
The following code does not work:
import javax.sound.*;
public class Sound {
public static void main(String[] args) {
//Code Body
} |
Forum: Java Oct 30th, 2008 |
| Replies: 4 Views: 900 How do you install it, or add it as a reference or classpath? I have looked throughout the java directory for a clue but I can't find anything. |
Forum: Java Oct 28th, 2008 |
| Replies: 4 Views: 900 I am having a problem with this code:
import javax.sound.*;
public class Sound {
public static void main(String[] args) {
//Code Body
}
} |