classpath
[Top][All Lists]
Advanced

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

classpath class loading


From: Jakob Praher
Subject: classpath class loading
Date: 07 Dec 2002 20:29:14 +0100

hi all,

I am starting on doing some code sketches for an implementation of the
optional package versioning, which is done @ the Manifest level, where
things entries like:

Extension-Name: org.foobar
Specification-Vendor: Foobar ...
Specification-Version: 1.0
Implementation-Vendor-Id: com.xyz.foobar
Implementation-Vendor: xyz company
Implementation-Version: 1.0

for that I need some ultra fast way of handling jar files - and would
like to ask, how the classpath project does the default loading of jar
files in the classpath classloader?

- Are you using native code?
- Are you using the default java.util.jar File?

I have looked at the source, but I could find the *real* stuff in the
ClassLoader ..

any pointers are appreciated.

thanks 

-- Jakob







reply via email to

[Prev in Thread] Current Thread [Next in Thread]