On Nov 26, 2:14 am, Ken Wesson <[email protected]> wrote: > On Thu, Nov 25, 2010 at 11:10 PM, Brian Gruber <[email protected]> wrote: > > At which point I get the following exception: > > java.lang.IllegalArgumentException: Can't call public method of non- > > public class: public javax.sound.midi.MidiChannel[] > > com.sun.media.sound.AbstractPlayer.getChannels() > > I think that's a reflection exception. This framework was probably not > designed to be called via reflection. Try type-hinting the thing > you're calling .getChannels on.
Yes! That was it. Thank you Ken. /brian -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
