Re: (Classname/staticField) is not the same as Classname/staticField

2009-01-01 Thread CuppoJava
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 --~--~-~--~~

Re: (Classname/staticField) is not the same as Classname/staticField

2009-01-01 Thread Randall R Schulz
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

Re: (Classname/staticField) is not the same as Classname/staticField

2009-01-01 Thread pmf
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

(Classname/staticField) is not the same as Classname/staticField

2009-01-01 Thread CuppoJava
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