Stuart Ballard <[EMAIL PROTECTED]> writes: > japize as jdk13 packages /usr/lib/j2sdk1.3/jre/lib/rt.jar +java +javax +org > japipkgs jdk13.japi.gz | less > > Then compare the list of packages to the list in Sun's API > documentation > (http://java.sun.com/j2se/1.3/docs/api/overview-summary.html) and add > -pkgname entries for each of the things that shouldn't be there. >
Got this error... [cbj@lyta bin]$ ./japize as jdk14 packages /usr/java/j2sdk1.4.1/jre/lib/rt.jar +java +javax +org japipkgs jdk14.japi.gz CLASSPATH=./../share/java/japitools.jar:./../share/java/jode-1.1.1.jar: ... Processing class java.lang,Object:+ Processing package java.lang,:=Exception in thread "main" java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:112) at java.util.zip.ZipFile.<init>(ZipFile.java:72) at net.wuffies.japi.Japize.scanZipForPackage(Japize.java:512) at net.wuffies.japi.Japize.scanForPackage(Japize.java:449) at net.wuffies.japi.Japize.processPackage(Japize.java:419) at net.wuffies.japi.Japize.doJapize(Japize.java:329) at net.wuffies.japi.Japize.main(Japize.java:282) Also decided to try just this... [cbj@lyta bin]$ ./japize as jdk14 packages /usr/java/j2sdk1.4.1/jre/lib/rt.jar +java +javax +org ... Processing class java.lang,Object:+ Processing package java.lang,:=Exception in thread "main" java.lang.NoClassDefFoundError: java.lang.AbstractMethodError at jode.bytecode.ClassInfo.loadInfo(ClassInfo.java:620) at net.wuffies.japi.JodeClass.getSerialVersionUID(JodeClass.java:115) at net.wuffies.japi.Japize.japizeClass(Japize.java:624) at net.wuffies.japi.Japize.processPackage(Japize.java:426) at net.wuffies.japi.Japize.doJapize(Japize.java:329) at net.wuffies.japi.Japize.main(Japize.java:282) Gotta go for now, can try debugging more later. Brian -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath