Capture thread dump action for Linux_x64

This commit is contained in:
Oleg Shpynov
2009-11-25 19:28:27 +03:00
parent 9e22714c06
commit 1a111d81ca
3 changed files with 2 additions and 1 deletions
@@ -46,7 +46,7 @@ public class AppMain {
libPath = binPath + "breakgen.dll";
}
} else if (osName.startsWith("linux")) {
if (System.getProperty("os.name").toLowerCase().equals("amd64")) {
if (System.getProperty("os.arch").toLowerCase().equals("amd64")) {
libPath = binPath + "libbreakgen64.so";
} else {
libPath = binPath + "libbreakgen.so";