Bug#470667: scala: fails to run a simple hello, world program

2008-11-02 Thread Min Huang
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

Bug#470667: scala: fails to run a simple hello, world program

2008-03-16 Thread Fabian Fagerholm
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

Bug#470667: scala: fails to run a simple hello, world program

2008-03-12 Thread Fabian Fagerholm
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