Ah I see. Thanks for clearing that up for me. I didn't realize that
functions and fields are resolved differently by that macro.
Randall, that function is actually not part of the JDK, it's part of
JME, a third-party graphics package. But thank you for helping.
-Patrick
--~--~-~--~~
On Thursday 01 January 2009 14:02, pmf wrote:
> On Jan 1, 10:19 pm, CuppoJava wrote:
> > Hi,
> > For some reason the Classname/staticField macro is not working
> > properly for me.
> >
> > graphics=> (AudioSystem/getSystem)
> > #
> >
> > graphics=> AudioSystem/getSystem
> > java.lang.Exception: N
On Jan 1, 10:19 pm, CuppoJava wrote:
> Hi,
> For some reason the Classname/staticField macro is not working
> properly for me.
>
> graphics=> (AudioSystem/getSystem)
> #
>
> graphics=> AudioSystem/getSystem
> java.lang.Exception: No such namespace: AudioSystem (NO_SOURCE_FILE:0)
getSystem is a f
Hi,
For some reason the Classname/staticField macro is not working
properly for me.
graphics=> (AudioSystem/getSystem)
#
graphics=> AudioSystem/getSystem
java.lang.Exception: No such namespace: AudioSystem (NO_SOURCE_FILE:0)
I'll try and demonstrate the problem using one of the standard
librari