how to get the class files from jar files using reflection in java 1.4

hi friends i am working on an application were i have to get the .class file from a jar file using reflection ,so please help me thanks
[164 byte] By [nandashivaa] at [2007-11-27 8:44:50]
# 1
You don't need "Reflection", you open the jar and then iterate each JarEntry.Example at http://www.rgagnon.com/javadetails/java-0513.html
RealHowToa at 2007-7-12 20:45:45 > top of Java-index,Java Essentials,New To Java...