Update of source to JDK1.4 compatibility?

maf@appgate.com maf@appgate.com
Mon, 7 Oct 2002 13:32:21 +0200 (CEST)


On  4 Oct, Baltz, Kenneth wrote:
> Our app has a need to connect to a remote sshv2 server and execute commands,
> optionally capturing stdout/stderr in response.  I was able to get this to
> work with the source downloaded from AppGate, but not using the 1.4 JDK.
> Using 1.3, everything compiles and executes fine, but with 1.4, I get:
 
[Errors deleted]

> I assume this is related to the crypto classes being moved into the JDK.  

Yes. This has been resolved in version 2.2 (which is the current
version) where the internal classes were renamed.

> BTW, a number of posts in the mailing list archives reference example code.
> There wasn't any in the source archive I downloaded.  Where would I find
> examples?

Those were also added for 2.2.

	/MaF