[Mono-devel-list] J# vs ikvm
Charlie Ford
charlie_ford at sbcglobal.net
Fri Mar 18 14:43:40 EST 2005
Hi -
I'm able to call my foo.java code from C# & run in mono on linux by
preparing a dll with `ikvmc -target:library foo.class` .
Before discovering ikvm, I tried to run J# code in mono on linux
but got things like:
Assembly '/home/charlie/mono-foo/vjslib.dll' has the non-standard
metadata heap #-.
Recompile it correctly (without the /incremental switch or in Release
mode).Assembly '/home/charlie/mono-foo/vjslib.dll' has the non-standard
metadata heap #-.
Recompile it correctly (without the /incremental switch or in Release mode).
** (cs_hij.exe:6135): WARNING **: Could not find assembly vjslib,
references from /home/charlie/mono-foo/hijcl.dll (assemblyref_index=2)
for both the 1.0.3300.0__b03f5f7f11d50a3a &
1.0.5000.0__b03f5f7f11d50a3a flavors of vjslib.dll (the only ones I have).
Is there a way I could get the J# to run in mono on linux ? I
don't think I have the vjslib source ...
TIA & regards,
Charlie
More information about the Mono-devel-list
mailing list