Where is cli.System.Object/IDisposable located?

Clemens Eisserer <[email protected]> Tue, 15 Dec 2015 18:20:13 +0100
Newsgroups gmane.comp.java.ikvm.devel
Message-ID <CAFvQSYS-Hgk9q0RNqJ7sr9TGbb=zTg4V792xe-5+k+pM9vS9kQ@mail.gmail.com>
Hello,

I would like to access an existing .net dll using java code, therefore
I used ikvmstub to generate the jar file containing the generated
interface file.
However, when I try to compile this code from NetBeans, it fails with:

> class file for cli.System.IDisposable not found
> class file for cli.System.Object not found

Indeed, the stub jar-file does not contain those classes.
Are they located in some support library?

Thank you in advance, Clemens

------------------------------------------------------------------------------