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
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?
--- 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'