bug-bash
[Top][All Lists]
Advanced

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

What happened to my commands `jad`script cann't open class files?


From: Islet
Subject: What happened to my commands `jad`script cann't open class files?
Date: Wed, 7 Mar 2007 20:42:35 -0800 (PST)

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.





reply via email to

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