| Author |
Calling a Java class containing a Scala call
|
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
Guys,
I have a test program which inturn calls a Java class and in this Java class, I call a Scala class (or object, whatever it means in Scala). When I try to run my Test class, I get the following error:
Initially I though it might be due to the SCALA_HOME not being set. But I have set it and still get to see this error. Any idea as to why this is not executing?
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
Ok. Got this to work. Added the scala-library.jar to the classpath in the java command line option.
|
 |
 |
|
|
subject: Calling a Java class containing a Scala call
|
|
|