浏览代码

HPCC-9769 Java embed not working on Centos5

Remove unneeded and unhelpful references to awt library.

Also remove some unwanted tracing.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年之前
父节点
当前提交
af48029932
共有 3 个文件被更改,包括 1 次插入3 次删除
  1. 0 1
      plugins/Rembed/Rembed.cpp
  2. 1 1
      plugins/javaembed/CMakeLists.txt
  3. 0 1
      plugins/javaembed/javaembed.cpp

+ 0 - 1
plugins/Rembed/Rembed.cpp

@@ -102,7 +102,6 @@ public:
                         {
                             tail[strlen(SharedObjectExtension)] = 0;
                             HINSTANCE h = LoadSharedObject(fullName, false, false);
-                            DBGLOG("LoadSharedObject %s returned %p", fullName, h);
                             break;
                         }
                     }

+ 1 - 1
plugins/javaembed/CMakeLists.txt

@@ -67,7 +67,7 @@ if (USE_JNI)
 
     target_link_libraries ( javaembed
     #    ${JSIG_LIBRARY}
-        ${JNI_LIBRARIES}
+        ${JAVA_JVM_LIBRARY}
         eclrtl
         jlib
         )

+ 0 - 1
plugins/javaembed/javaembed.cpp

@@ -149,7 +149,6 @@ MODULE_INIT(INIT_PRIORITY_STANDARD)
                     {
                         tail[strlen(SharedObjectExtension)] = 0;
                         HINSTANCE h = LoadSharedObject(fullName, false, false);
-                        DBGLOG("LoadSharedObject %s returned %p", fullName, h);
                         break;
                     }
                 }