Package: scala
Version: 2.6.1-1lex
Followup-For: Bug #470667
The problem is that this version of scala does not include the pwd in
the classpath, nor does it honor any command line arguments. It will
be fixed in the next version.
-Min
Package: scala
Version: 2.6.1-1lex
Followup-For: Bug #470667
If I run with Sun's JVM, everything works fine:
$ java -version
java version "1.6.0_04"
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
So it seems to be an issue wi
Package: scala
Version: 2.6.1-1lex
Severity: important
I tried to compile and run a simple test program with scala, but it
failed:
object HelloWorld {
def main(args: Array[String]) {
println("Hello, world!")
}
}
$ scalac HelloWorld.scala
$ scala -classpath . HelloWorld
java.lang.NoClassD
3 matches
Mail list logo