Re: [javax-usb-devel] Re: interface claim problem (Dan Streetman)

2004-06-15 Thread Dan Streetman
Ah. You can create an instance yourself, e.g.: UsbInterfacePolicy uiP = new UsbInterfacePolicy() { public boolean forceClaim() { return true; } }; or create your own class that implements the interface. On Tue, 15 Jun 2004, Sathya Peri wrote: >Hi, > > Thanks for your suggestion. Well wha

[javax-usb-devel] Re: interface claim problem (Dan Streetman)

2004-06-15 Thread Sathya Peri
Hi, Thanks for your suggestion. Well what I wanted is, how to get an access to an object of UsbInterfacePolicy Interface. (The previous question was a typo). The reason why I want an object for this class is that, once I can an instance I can use the forceClaim() function call. Any suggestions?

Re: [javax-usb-devel] error when building javax-usb-ri_0.10.2

2004-06-15 Thread Scott Trafford
--- Begin Message --- Roger The javac -J-version command gives "java version 1.4.2_04". Thanks, Scott On Jun 13, 2004 01:45 AM, Roger Lindsjà <[EMAIL PROTECTED]> wrote: > Could it be that you are running the kaffe compiler included with most > dristributions? > > What does 'javac -J-version'