- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Compiling trunk with Java 5
Wed, 2009-11-25, 11:56
Hi,
I'm sorry if I'm posting this on the wrong mailing list.
I tried to compile Scala with Java 5 and had some compilation errors (with concurrent classes).
But the README file says that the Java sdk 1.5+ was required for the compilation. Am I missing something?
Thanks,
Eric.
----------------------------------------------
Eric TORREBORRE
T +61 411 707 402
E etorreborre@yahoo.com
B http://etorreborre.blogspot.com
P http://specs.googlecode.com
----------------------------------------------
I'm sorry if I'm posting this on the wrong mailing list.
I tried to compile Scala with Java 5 and had some compilation errors (with concurrent classes).
But the README file says that the Java sdk 1.5+ was required for the compilation. Am I missing something?
Thanks,
Eric.
----------------------------------------------
Eric TORREBORRE
T +61 411 707 402
E etorreborre@yahoo.com
B http://etorreborre.blogspot.com
P http://specs.googlecode.com
----------------------------------------------
On Wed, 2009-11-25 at 02:56 -0800, Eric Torreborre wrote:
> But the README file says that the Java sdk 1.5+ was required for the
> compilation. Am I missing something?
Assuming that you're talking about 2.8.x, you should use the jvm5
branch:
https://lampsvn.epfl.ch/trac/scala/browser/scala-jvm5/branches/2.8.x
http://www.scala-lang.org/archives/downloads/distrib/files/nightly/distr...
Best,
Ismael