Extension Mechanism for Java Comm API 2.0

I would like to see what is the JNLP extension file for installing something like standard Java extensions, for example javax.comm has a dll (goes to jre/bin), a property file (goes to jre/lib), and a jar (goes to jre/lib/ext).

Perhaps Sun could support a standardized way of installing their own extensions.

[335 byte] By [smay_gers] at [2007-9-26 2:40:40]
# 1

> I would like to see what is the JNLP extension file

> for installing something like standard Java

> extensions, for example javax.comm has a dll (goes to

> jre/bin), a property file (goes to jre/lib), and a jar

> (goes to jre/lib/ext).

This is what I have tried to find out for the last 12 hours...

I have seen several threads on deployment of extensions,

but none of them addresses how to bundle e.g.

the property file for the Comm API.

If there are answers to this, please post them here!

Thanks in advance.

Paul

pgl1606 at 2007-6-29 10:15:09 > top of Java-index,Desktop,Deploying...