access classes in nested jar



Jar tutorial:
http://java.sun.com/docs/books/tutorial/jar
says "To load classes in JAR files within a
JAR file into the class path, you must write
custom code to load those classes."

The number of search result on cljp for
'nested jar' is overwhelming but I just
want an instantly usable/adaptable and
standard or canonical example code
for using classes in a jar in another,
outermost, jar from application code.

If you know the pointers for them, will
you please give.
TIA

.



Relevant Pages

  • Re: whats the use of JAR files
    ... JAR is an acronym for Java Archive. ... JAR files have essentially the same internal structure as ZIP files. ... Now you have a directory tree at some level in your hard drive, let's say it sits at $PROJECTS/foo. ...
    (comp.lang.java.programmer)
  • Re: problem: security using IDEs appletviewer
    ... Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ... You have the image in a in a jar that has the name ... are listed in the ARCHIVE element of the APPLET tag. ... files in both .jar files are available to the applet. ...
    (comp.lang.java.help)
  • Re: Big JARs = Big Problems?
    ... I'm on a project that has several notional Java components. ... > components are each made up of one or more JAR files. ... When I suggest narrowing the cohesiveness of the big ...
    (comp.lang.java.programmer)
  • Re: Using mandatory libraries (custom class loading vs. expanding libraries)
    ... libraries via the Class-Path manifest entry. ... distribution JAR file by putting the libs *inside* the JAR, ... "The Class-Path header points to classes or JAR files on the local ...
    (comp.lang.java.programmer)
  • JACL HOWTO - loading tcl procedures dynamically from jar files under java.
    ... to dynamically load procedures from jar files. ... Eg send an email with javamail.tcl using java mail class libraries ...
    (comp.lang.tcl)