java.security.NoSuchAlgorithmException: DH On Eclipse 3.1 On FC4_x64 [message #291127] |
Thu, 08 September 2005 12:57  |
Eclipse User |
|
|
|
Hello,
I'm running Eclipse 3.1 on Fedora FC4 x64 on an AMD64 X2. I have Sun's
JDK 1.5.0_04 (x64) installed. When I try to use extssh to access my CVS
server, I get the subject exception. I'm using the same key files that I
have used without problem in Eclipse 3.0 on Windows and FC4 _i386. I can
read the key file fine using the Key Management tab on the SSH2
Connection Method preferences panel, and the CVS host shows up in the
Known Hosts tab...
I can also access the CVS server w/o problem with gcvs using extssh.
Does anybody know how to make this work?
Regards,
Eric Mader
IBM GCoC - San José
5600 Cottle Rd. M/S 50-2/B11
San Jose, CA 95193
|
|
|
|
Re: java.security.NoSuchAlgorithmException: DH On Eclipse 3.1 On FC4_x64 [message #291168 is a reply to message #291136] |
Fri, 09 September 2005 12:26  |
Eclipse User |
|
|
|
Billy Biggs wrote:
> Eric Mader wrote:
>
>> I'm running Eclipse 3.1 on Fedora FC4 x64 on an AMD64 X2. I have Sun's
>> JDK 1.5.0_04 (x64) installed. When I try to use extssh to access my
>> CVS server, I get the subject exception. I'm using the same key files
>> that I have used without problem in Eclipse 3.0 on Windows and FC4
>> _i386. I can read the key file fine using the Key Management tab on
>> the SSH2 Connection Method preferences panel, and the CVS host shows
>> up in the Known Hosts tab...
>>
>> I can also access the CVS server w/o problem with gcvs using extssh.
>>
>> Does anybody know how to make this work?
>
>
> You may have Sun's VM installed, but you are clearly running Eclipse
> under gij, the gcc Java interpreter. This error occurs when using gij
> as a VM without the required support libraries for doing DH key
> exchange.
>
> I would suggest filing a bug at bugzilla.redhat.com about gij failing,
> and pointing Eclipse at your Sun VM using:
>
> eclipse -vm /usr/java/.../jre/bin/java
>
> -Billy
That did the trick!
Thanks,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.04081 seconds