[kaffe] Azureus loaded.

jserv at linux2.cc.ntu.edu.tw jserv at linux2.cc.ntu.edu.tw
Fri Mar 25 19:23:22 PST 2005


On Sat, Mar 26, 2005 at 11:14:42AM +0800, jserv at linux2.cc.ntu.edu.tw wrote:
> Hi list,
> 
>   I am attempting to drive Azureus[1] working on Kaffe. It is known to
> depend on Sun-specific private APIs, so that I have to "clean up". At
> the moment, Azureus can be loaded by Kaffe with the patch in attachment,
> and you might see everything seems to be ready to work. However, there
> are still many functions not working.

sorry, I forgot to put the attachment.
Tak a look over that again.

cheers,
Jim Huang
-------------- next part --------------
--- ./org/gudy/azureus2/core3/security/impl/SESecurityManagerImpl.java.orig	2005-03-25 22:51:00.000000000 +0800
+++ ./org/gudy/azureus2/core3/security/impl/SESecurityManagerImpl.java	2005-03-25 22:51:50.000000000 +0800
@@ -85,7 +85,7 @@ SESecurityManagerImpl 
 		
 		try{
 			Security.addProvider((java.security.Provider)
-				Class.forName("com.sun.net.ssl.internal.ssl.Provider").newInstance());
+				Class.forName("gnu.crypto.jce.GnuCrypto").newInstance());
 			
 		}catch( Throwable e ){
 			


More information about the kaffe mailing list