Aladdin - Scala Bugtracking
[#1150] project: eclipse-plugin priority: low category: bug
submitter assigned to status date submitted
Nikolay Sean open 2007-05-30 13:05:12.0
subject [contrib #560] Run failure
code
object HelloWorld2 {
	def main(args: Array[String]) {
   		System.out.println("HelloWorld2!");       
        }
}
what happened
java.lang.NoClassDefFoundError: bin/test2/HelloWorld2
Caused by: java.lang.ClassNotFoundException: bin.test2.HelloWorld2
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread "main" 
what expected Somehow configure the 'Run'environment, so that I can exectu the Scala Application
[back to overview]
Changes of this bug report
Nikolay  edited on  2007-05-30 13:07:32.0