This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 28 Oct 2004 14:33:02 -0000
- Subject: [Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order
- References: <20041012235148.17963.ovidr@users.sourceforge.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-28 14:32 -------
Hmm with the current mainline I get:
java/lang/Throwable.java: In class 'gnu.crypto.pki.provider.EncodedKeyFactory':
java/lang/Throwable.java: In method
'gnu.crypto.pki.provider.EncodedKeyFactory.engineGeneratePublic(java.security.spec.KeySpec)':
java/lang/Throwable.java:93: error: cannot find file for class gnu.crypto.pki.provider.GnuDSAPublicKey
java/lang/Throwable.java:93: error: cannot find file for class gnu.crypto.pki.provider.GnuDSAPublicKey
but I looked into the jars and there is no GnuDSAPublicKey.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963