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

[455 byte] By [azahur] at [2007-9-26 2:48:30]
# 1
Hi there I did some investigation of JNI when I was doing some programming that required it I I found the Java Tutorial on JNI at http://java.sun.com/docs/books/tutorial/native1.1/index.htmlvery helpfulHope this helps
rick0361 at 2007-6-29 10:33:51 > top of Java-index,Archived Forums,Java Programming...