Hi Peter,

I had full control over J2ME so adding jars to the classpath was not a
problem. However it should not be difficult to bundle jars of javax.usb with
the jars of your application (and I think javax.usb licensing allows that
but you got to check).

It will be more difficult with the native libraries (.so) for your platform.
J2ME is usually used not on regular x86 desktops. If that's the case with
your platform you'll need an appropriate toolchain to build these libraries.
Having full control of the environment makes it easy to add the libraries to
LD_LIBRARY_PATH. If you happen to run your application in OSGi framework it
should allow loading native libraries even when you don't have full control
of the environment. I can't think of other options...

Regards,
Boris

----- Original Message ----- 
From: "Peter Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 07, 2005 12:00 PM
Subject: javax.usb implementation on J2ME


> Dear Boris,
> I contacted Boyd Dimmock at IBM recently regarding J2ME USB support
> and he informed me of your quick experiment. I was hoping you could spare
> some time to comment on how exactly I might add USB support to J2ME, as I
> was under the impression that you couldn't add any further packages other
> than those provided through a particular profile.
>
> My general interest is to be able to read a live GPS feed from a receiver
> that plugs into a USB port - I'm not sure from the documentation I've read
> that java.usb might support this, but I'd very much appreciate the use of
> the api for this purpose.
>
> I hope I haven't taken up too much of your time & look forward to your
> reply.
>
> All the best,
> Peter.
>
>
> This email and any files attached are intended for the addressee and may
> contain information of a confidential nature.  If you are not the intended
> recipient, be aware that this email was sent to you in error and you
should
> not disclose, distribute, print, copy or make other use of this email or
its
> attachments.  Such actions, in fact, may be unlawful.  In compliance with
> the various Regulations and Acts, General Dynamics UK Limited reserves the
> right to monitor (and examine for viruses) all emails and email
attachments,
> both inbound and outbound.  Email communications and their attachments may
> not be secure or error- or virus-free and the company does not accept
> liability or responsibility for such matters or the consequences thereof.
> Registered Office: 100 New Bridge Street, London EC4V 6JA.  Registered in
> England and Wales No: 1911653.
>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to