summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-29 14:25:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-29 14:27:00 +0200
commit4498247e20492103c30b3a3a10891b9184fc41ad (patch)
tree83e63c5e066955feb088c87d1b8acc9eae8d0858 /jvmfwk/plugins
parentda0f3ca21ec55a8a94b7818233ea1a8af4c2d560 (diff)
Support Azul Zulu JRE on Linux and Mac OS X, too
Change-Id: I317506319b91daf006a0ba79874ff265ba6ed4da (cherry picked from commit 8541b178f4155c8d72a876245433a1aaf3d2634f)
Diffstat (limited to 'jvmfwk/plugins')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
index c84525e5141d..5809522518e6 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx
@@ -59,7 +59,8 @@ char const* const* OtherInfo::getRuntimePaths(int * size)
"/bin/server/jvm.dll" // needed by Azul
#elif defined UNX
#ifdef MACOSX
- "/../../../../../Frameworks/JavaVM.framework/JavaVM" //as of 1.6.0_22
+ "/../../../../../Frameworks/JavaVM.framework/JavaVM", //as of 1.6.0_22
+ "/lib/server/libjvm.dylib" // needed by Azul
#else
"/lib/" JFW_PLUGIN_ARCH "/client/libjvm.so", // for Blackdown PPC
"/lib/" JFW_PLUGIN_ARCH "/server/libjvm.so", // for Blackdown AMD64