Hi all, 

pls take a look at this script:

for i in `ls -R | grep ".class"`;
do
        jad -s .java $i
done

I want to jad all class files in one directory recursively.
but the errors are:

JavaClassFileReadException: can't open input file on `AFPResource.class'
JavaClassFileReadException: can't open input file on
`AFPResourceBeanInfo.AFPRes
ource.class'
JavaClassFileReadException: can't open input file on
`AFPResourceBeanInfo.class'

JavaClassFileReadException: can't open input file on
`AFPResourceImplProxy.AFPRe
source.class'
JavaClassFileReadException: can't open input file on
`AFPResourceImplProxy.class
'
JavaClassFileReadException: can't open input file on
`AFPResourceImplRemote.AFPR
esource.class'
JavaClassFileReadException: can't open input file on
`AFPResourceImplRemote.clas
s'
JavaClassFileReadException: can't open input file on
`AFPResourceList.AFPResourc
e.class'
JavaClassFileReadException: can't open input file on `AFPResourceList.class'
JavaClassFileReadException: can't open input file on
`AFPResourceListBeanInfo.AF
.................


but if I jad a class file at one time, all files can be opend and
decompiled. 

Anybody knows sth about this? Thanks very much!
-- 
View this message in context: 
http://www.nabble.com/What-happened-to-my-commands-%60jad%60script-cann%27t-open-class-files--tf3367250.html#a9368508
Sent from the Gnu - Bash mailing list archive at Nabble.com.



_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to