JNI
I have an application that is started by some JNI code. So the JNI application is responsible for starting up the VM and call a method on my Code.
My problem is that, i have set my properties files path reletive to WINNT\System32 (because this is where it defaults to)
Is there a way to tell the JNI where to look for all the config files and where to put files (Debug logs and stuff ) independent of WINNT\System32.
Thanks

