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

Re: What is openjdk equivalent of javaws.jar



On Mon, Nov 9, 2009 at 3:22 PM, Vincent Fourmond <fourmond@gmail.com> wrote:
>  Hello,
>
> On Mon, Nov 9, 2009 at 10:38 AM, Onkar Shinde <onkarshinde@gmail.com> wrote:
>> 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.
>
>  zipinfo suggests that it is provided "by default" by openjdk:
>
> ~ zipinfo /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar | grep
> SingleInstanceListener
> -rw----     1.0 fat      185 b- stor 09-Oct-12 10:59
> javax/jnlp/SingleInstanceListener.class

What is version of JRE that you are using? I checked yesterday on
Debian testing with following command and didn't get any output.
jar -tf /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar |grep SingleInstanceListener


Onkar


Reply to: