Native Directory

What’s the Native Library Directory to put those DLLs into for Windows installation? I ran this program:

System.out.println(System.getProperty("java.library.path"));

But that just echoed PATH from autoexec.bat. I’m running WinXP and I’ve got the entire Java 2 SDK set up already.

Thanks,

  • Matt

any of the paths listed in that output should be ok.

/jre/bin/ seems to work for most people. Windows/System or Windows/System32 might also work.

Will.