
Signature
Knute Johnson
email s/nospam/knute/
> >>Hi NG,
> >>
[quoted text clipped - 17 lines]
> That just says that you have to distribute the whole package, not that
> you can't make an installer for it.
I assume OP means instead of the user having to download the API and
install it separately, he wanted it installed transparently with his
program, so why not just package it, rather than writing a separate
installer?
I have no experience with Java Comm API specifically but can't imagine
it has any special setup requirements?

Signature
[Ross A. Bamford] [ross AT the.website.domain]
Roscopeco Open Tech ++ Open Source + Java + Apache + CMF
http://www.roscopec0.f9.co.uk/ + info@the.website.domain
Knute Johnson - 03 May 2005 03:55 GMT
>>>>Hi NG,
>>>>
[quoted text clipped - 25 lines]
> I have no experience with Java Comm API specifically but can't imagine
> it has any special setup requirements?
It does. You have to install a Winblows dll and a properties file in
addition to the jar library.

Signature
Knute Johnson
email s/nospam/knute/
Ross Bamford - 03 May 2005 10:34 GMT
> >>>>Hi NG,
> >>>>
[quoted text clipped - 28 lines]
> It does. You have to install a Winblows dll and a properties file in
> addition to the jar library.
Ahh, well, that's that then. Do ignore me :)

Signature
[Ross A. Bamford] [ross AT the.website.domain]
Roscopeco Open Tech ++ Open Source + Java + Apache + CMF
http://www.roscopec0.f9.co.uk/ + info@the.website.domain
Dale King - 25 May 2005 05:04 GMT
>> I have no experience with Java Comm API specifically but can't imagine
>> it has any special setup requirements?
>
> It does. You have to install a Winblows dll and a properties file in
> addition to the jar library.
And it is this properties file that is so stupid. This file makes it
very difficult to use the Java Comm API from a WebStart app.
All it says is which is the main class to load. They could have put that
into the jar file using the Service Provdier portion of the Jar File
Spec. But of course the Java Comm API came out before that convention
was added to the Jar spec. The Java Comm API came out 8 years ago and
Sun has refused to touch the piece of junk since.
I say to forget the JavaComm API and use RXTX instead.

Signature
Dale King