[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What is openjdk equivalent of javaws.jar



On Mon, 2009-11-09 at 15:08 +0530, Onkar Shinde wrote:
> Hi,
> 
> I am trying to package a software (sweethome3d) which uses some
> classes from javax.jnlp package. When I searched on javacio.us the
> results indicated that the classes I am looking for are part of
> javaws.jar. This file is currently available only in Sun JRE package
> in Debian.
> Can anyone help me locate the openjdk equivalent of javaws.jar from
> Sun JRE package? The particular class I am looking for is
> javax.jnlp.SingleInstanceListener.

OpenJDK doesn't come with java webstart. Sun seems to prefer to keep
this proprietary. But luckily the OpenJDK package in Debian is based on
IcedTea (http://icedtea.classpath.org/) which comes with a free
alternative implementation based on netx. You can find the classes in
rt.jar (although based on what you say above maybe they should go in a
separate jar file, if so, please file a bug report).

Cheers,

Mark


Reply to: