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
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to