Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Andrew Haley
Vincent Fourmond wrote: On Mon, Nov 9, 2009 at 11:23 AM, Andrew Haley wrote: Sure, but that only works for installed packages, whereas its utility would be much greater if it was based on some index of the jars available in the Debian archive... (for the record, apt-file is a utility that tel

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Vincent Fourmond
Hello, On Mon, Nov 9, 2009 at 11:23 AM, Andrew Haley wrote: >>  Sure, but that only works for installed packages, whereas its >> utility would be much greater if it was based on some index of the >> jars available in the Debian archive... (for the record, apt-file is a >> utility that tells you

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Vincent Fourmond
Hello ! On Mon, Nov 9, 2009 at 11:21 AM, Onkar Shinde wrote: >> ~ 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?

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Mark Wielaard
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 current

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Andrew Haley
Vincent Fourmond wrote: This raises a problem which I've hit quite a few times already: it is a currently pain to find which java package holds which java classes. It would be quite great to have the equivalent of apt-file for java classes ;-)... (and that shouldn't be too difficult to write, ac

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Onkar Shinde
On Mon, Nov 9, 2009 at 3:50 PM, Vincent Fourmond wrote: >  Hello > > On Mon, Nov 9, 2009 at 11:15 AM, Andrew Haley wrote: >> Vincent Fourmond wrote: >> >>> This raises a problem which I've hit quite a few times already: it is >>> a currently pain to find which java package holds which java classe

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Vincent Fourmond
Hello On Mon, Nov 9, 2009 at 11:15 AM, Andrew Haley wrote: > Vincent Fourmond wrote: > >> This raises a problem which I've hit quite a few times already: it is >> a currently pain to find which java package holds which java classes. >> It would be quite great to have the equivalent of apt-file

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Andrew Haley
Vincent Fourmond wrote: On Mon, Nov 9, 2009 at 11:15 AM, Andrew Haley wrote: Vincent Fourmond wrote: This raises a problem which I've hit quite a few times already: it is a currently pain to find which java package holds which java classes. It would be quite great to have the equivalent of a

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Onkar Shinde
On Mon, Nov 9, 2009 at 3:22 PM, Vincent Fourmond wrote: >  Hello, > > On Mon, Nov 9, 2009 at 10:38 AM, Onkar Shinde 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

Re: What is openjdk equivalent of javaws.jar

2009-11-09 Thread Vincent Fourmond
Hello, On Mon, Nov 9, 2009 at 10:38 AM, Onkar Shinde 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 current

What is openjdk equivalent of javaws.jar

2009-11-09 Thread Onkar Shinde
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