[
https://issues.apache.org/activemq/browse/CAMEL-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60862#action_60862
]
Claus Ibsen commented on CAMEL-2959:
------------------------------------
Bengt
Its *not* JDK 1.4 we need. It's JDK 1.5. Camel only supports JDK 1.5+.
The problem with the JSCH 0.1.43 which I downloaded from the link in the mail,
is that it's built with JDK 1.6 as target.
{code}
class file has wrong version 50.0, should be 49.0
{code}
http://j-integra.intrinsyc.com/support/kb/article.aspx?id=183240
{quote}
Below are a list of some of the version numbers and their corresponding Java
runtimes:
Version 50.0 = Java 1.6.x
Version 49.0 = Java 1.5.x
Version 48.0 = Java 1.4.x
{quote}
Does JCraft really want to release out of the box a version which only runs on
JDK 1.6? The older releases works with JDK 1.5 out of the box.
Could you talk with JCraft again about this?
> Upgrade to JSch 0.1.43
> ----------------------
>
> Key: CAMEL-2959
> URL: https://issues.apache.org/activemq/browse/CAMEL-2959
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-ftp
> Affects Versions: 2.4.0
> Reporter: Bengt Rodehav
> Assignee: Willem Jiang
>
> Important bugfixes regarding SFTP (in camel-ftp) have been made in JSch
> 0.1.43. Needs to be incorporated into Camel.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.