> The Output is GNU Ha! Looks to me like you're not running the Sun JVM but gcj ... you should check your PATH
which java Cheers, -- Martin Oberhuber Wind River Systems, Inc. Target Management Project Lead, DSDP PMC Member http://www.eclipse.org/dsdp/tm > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Conrad Berhörster > Sent: Tuesday, September 11, 2007 5:44 PM > To: [email protected] > Subject: Re: [JSch-users] NoSuchAlgorithmException in ssh > > Hello, > > > Am Dienstag, 11. September 2007 16:29 schrieb Atsuhiko Yamanaka: > > Hi, > > > > +-From: Conrad =?iso-8859-1?q?Berh=F6rster?= <[EMAIL PROTECTED]> -- > > |_Date: Tue, 11 Sep 2007 10:31:39 +0200 ______________________ > > | > > |Do you have any idea, why that protocol works with the > TM example, > > |but not with mine? > > > > May I ask you to run following chunk of code before invoking > > Session#connect()? > > Sure you can ;=) Everything that helps to fix this task. > > > > > > java.security.Provider[] > providers=java.security.Security.getProviders(); > > for(int i=0; i<providers.length; i++){ > > System.out.println(providers[i].getName()); > > } > > > > The Output is GNU > > > I have remembered the similar problem, > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=175058 > Do i need to have so many other providers? > > thanks c~ > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > JSch-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jsch-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
