I managed to install the Lejos- Eclipse- Plugins for my Rcx yesterday.
So I was really happy when the firmware download worked.
I typed some easy HelloWorld Code and it worked fine. So I tried to do sth. more complicated.
I wrote my own Rcx class and packed it into an own package "rcx". So I have got a package called "rcx" with a class "Rcx". (rcx.Rcx.class).
There is a second class called "Gabler" which extends of "Rcx.class".
I now wrote some test code for my new class and package. Code is ready but there is all the time the same error!
I don't know what it means. What am I doing wrong?
Link failed due to exception: Error with creating binary closure: Expected java.lang.Object: rcx.Gabler Gabler/src/demo GablerDemo.java Unbekannt
I hope there is anybody who knows what I am doing wrong.
