On Thu, Nov 25, 2010 at 11:10 PM, Brian Gruber <br...@iheardata.com> 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.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to