On Sat, Mar 26, 2005 at 11:14:42AM +0800, [EMAIL PROTECTED] 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
--- ./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 ){
                        
_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to