Re: unable to import javax.sound.midi even after installing jmf



Chris Uppal wrote:
....
import javax.sound.midi;

That should be:
import javax.sound.midi.*;

Drat! Knew I should have demanded code, first up!
( Actually, even then I would not have spotted that -
unless it was compilable code ;)

Andrew T.

.