[Ikvm-developers] problem with execution directory
Brought to you by:
jfrijters
|
From:
<And...@co...> - 2007-07-31 09:51:33
|
Hi, I have got a Problem while executing an assembly. It doesnt find the files which have to be loaded after executing. The search dir is always the bin directory from ikvm. Setup: JavaClass (which is startet) initiates a main execution class from an assembly. this works fine, but when the assembly tries to load more classes and config files, it alwas looks only in the binary dir from ikvm. I already changed the current dir from the environment objekt after the instantiation, but it still looks at the wrong place. Does anyone know how to force the current working dir to be the place where the assembly is loaded from? regards Pocket |