Skip to content

Commit

Permalink
Fixed reference to Java language jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Aug 12, 2024
1 parent fd1f1d1 commit 592ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exaudfclient/base/javacontainer/javacontainer_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ void JavaVMImpl::registerFunctions() {
}

void JavaVMImpl::setClasspath() {
m_exaJarPath = m_exaJavaPath + "/libexaudf.jar";
m_exaJarPath = m_exaJavaPath + "/exaudf_deploy.jar";
m_classpath = m_exaJarPath;
}

Expand Down

0 comments on commit 592ba70

Please sign in to comment.