
Signature
It's not a RootKit - it's a Sony
>> I am curretly looking into a project where a USB-port is to be used, but
>> I cannot find any implemented Java API's for USB to use on the Windows
[quoted text clipped - 4 lines]
>
> Thomas
Hi Thomas,
Yes, I looked at it, but it's for Linux only. As it says on the web-page:
javax-usb-ri-windows : This is a pre-alpha Windows implementation (it does
not work, it needs a kernel driver).
Arne
Oliver Wong - 24 Aug 2006 18:29 GMT
>>> I am curretly looking into a project where a USB-port is to be used, but
>>> I cannot find any implemented Java API's for USB to use on the Windows
[quoted text clipped - 10 lines]
> javax-usb-ri-windows : This is a pre-alpha Windows implementation (it does
> not work, it needs a kernel driver).
What about http://www.steelbrothers.ch/jusb/ ?
And if that doesn't work, how about listing the ones you tried so we
don't waste our times recommending stuff that you know won't work for you?
- Oliver
Arne Styve - 25 Aug 2006 09:51 GMT
>>>> I am curretly looking into a project where a USB-port is to be used,
>>>> but I cannot find any implemented Java API's for USB to use on the
[quoted text clipped - 17 lines]
>
> - Oliver
Hi Oliver,
Please do not let me waste your time. Searching the internet I can manage on
my own. I was hoping to find someone on this newsgroup that had experience
with developing solutions in Java using the USB-port and hence could
recommend a suitable library. Sorry if my initial question was not clear
enough in that respect.
Anyway, thanks for your tip. I looked at it (on your recomendation), but it
seams to be quite prototypish and incomplete ( An implementation attempt to
provide jUSB for Windows 2000/XP as it says on the website).
Arne
Mindundi - 24 Aug 2006 23:17 GMT
How about compiling and running the linux implementation over Cygwin? Is it
possible?
>>> I am curretly looking into a project where a USB-port is to be used, but
>>> I cannot find any implemented Java API's for USB to use on the Windows
[quoted text clipped - 12 lines]
>
> Arne
Arne Styve - 25 Aug 2006 09:56 GMT
> How about compiling and running the linux implementation over Cygwin? Is
> it possible?
Thanks for the tip. But isn't CygWin "just" a way to get some Unix/Linux
commands/tools on the windows platform ? You still have to rebuild the
applications froms sourcecode for the Windows platform, I beleive, and hence
you will need specific Windows drivers for the USB-port, probably.
I'll chekc into it a bit further.
Thanks !
Arne