For some reason the JVM cannot find the SHA1 crypto class. This is found via
a string so it would not cause a compile error, however it is required in
Java 6 and even earlier versions. The supported crypto classes are pluggable
so I suspect for some reason your Java 6 install has a custom config of
I am not using a Mac, it's a Win7 machine with jdk1.6.0_25 (64bit).
It's a bit misleading, the word Mac in the exception stands for "Message
Authentication Code".
But you made me think, so I retested with all the installed JDKs:
- jdk1.7 64bit: is running fine.
- jdk1.6.0_25 32bit: is
I can state categorically that 5.3.6 does indeed work with JDK 1.6, at
least in non-Mac environments.
On Sat, Dec 8, 2012 at 8:33 PM, Howard Lewis Ship wrote:
> This certainly was not intentional, and I could have sworn that 5.3.6 built
> on our CI server, which should also bee JDK 1.5.
>
> On
This certainly was not intentional, and I could have sworn that 5.3.6 built
on our CI server, which should also bee JDK 1.5.
On Saturday, December 8, 2012, Beat Durrer wrote:
> Hi all, how are you? :)
>
> I just started a new T5 App and thought it's a good time to choose the
> latest version.
> B