Re: How to find a .class file in a bunch of JARs?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 07 Aug 2008 06:38:49 GMT
On Wed, 6 Aug 2008 13:13:00 -0700 (PDT), laredotornado
<laredotornado@xxxxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :
I'm on Solaris 9. Does anyone know of a way to search through JAR
files (all of which are in the same directory) to find a class
"my.class" without having to unzip each file?
See sample code at http://mindprod.com/jgloss/zip.html
You don't have to read all the elements, just the directory.
Cannibalise the source for Jarlook which list the directory of a jar.
see http://mindprod.com/jgloss/products1.html#JARLOOK
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- References:
- How to find a .class file in a bunch of JARs?
- From: laredotornado
- How to find a .class file in a bunch of JARs?
- Prev by Date: Re: How well can JDK's LocateRegistry do in performance?
- Next by Date: Re: How to find a .class file in a bunch of JARs?
- Previous by thread: Re: How to find a .class file in a bunch of JARs?
- Next by thread: Re: How to find a .class file in a bunch of JARs?
- Index(es):
Relevant Pages
|
|