[Mono-devel-list] Java and Mono
Pierre Brunet
brunet at ocre.cea.fr
Fri Jun 3 03:38:57 EDT 2005
Hi all !
I continue my trip in the Mono's land, and now, I try to
compile a Java program with ikvmc to obtain a ".exe" file wich I want to
run over Mono.
But it doesn't work...
1 ) javac test.java
2 ) ikvmc test.class -r:IKVM.GNU.Classpath.dll (the dll is in the
current rep)
3 ) mono test.exe
** (test.exe:31690): WARNING **: The following assembly referenced from
/cea/dsku/store/home1/gpocre/brunet/TEST/test.exe could not be loaded:
Assembly: IKVM.Runtime (assemblyref_index=0)
Version: 0.14.0.1
Public Key: 13235d27fcbfff58
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/cea/dsku/store/home1/gpocre/brunet/TEST/).
It seems like Mono coulldn't find IKVM.GNU.Classpath.dll...
Thanks for reply
More information about the Mono-devel-list
mailing list