Re: Building OpenJDK on Fedora Core 6

2007-10-17 Thread Roger Abelenda
I tryied with the version b22 and bootdir jdk 1.6_02 and i get this error: Exception in thread "main" java.lang.NoClassDefFoundError: jscheme/REPL Caused by: java.lang.ClassNotFoundException: jscheme.REPL at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.Ac

Re: possible pkcs11 headers problem

2007-10-17 Thread Andreas Sterbenz
Kelly, there seems to be something wrong here. j2se/make/sun/security/pkcs11 now runs # Running javah: /java/re/jdk/1.7.0/promoted/latest/binaries/solaris-i586/bin/javah -bootclasspath ../../../../build/solaris-i586/classes -d ../../../../build/solaris-i586/tmp/sun/sun.security.pkcs11/j2pkcs11

possible pkcs11 headers problem

2007-10-17 Thread Christian Thalinger
Hi! While hunting down a bug in CACAO, which prevented b22 from building, I noticed that the build system generates the headers for sun.security.pkcs11.wrapper.PKCS11 sun.security.pkcs11.Secmod using the classes taken from sunpkcs11.jar from the bootstrapping JDK and not the newly built classes