Scala backend java.lang.ClassFormatError: Truncated class file
I get these errors when I run specification tests in a Scala assignment.
It runs fine on my local machine.
The errors only seem to occur with tests including parsing, which uses an external library. (But in another assignment which uses the same library it works fine.)
Any idea?
Submitted by Daco Harkes on 9 January 2015 at 17:36Status: Done Test Parse (+ 23 (* 5 6)) failed: java.lang.ClassFormatError: Truncated class file ... Test score: 13/31
Issue Log
On 9 January 2015 at 17:39 Daco Harkes commented:
found it
package object Library{}
instead ofobject Library{}
.
On 17 December 2015 at 13:59 Elmer van Chastelet closed this issue.
Log in to post comments