calling clojure from Java (Clojure Interop)

拈花ヽ惹草 提交于 2019-12-06 10:13:05

Please see this question for a running example:

How to invoke Clojure function directly from Java

I would suggest simplifying your code at first, then adding back in the Azure stuff one line at a time in case some interaction there is causing the problem.

I followed these instructions and it seemed to resolve the error of class not found. It seems as though when running the command

mvn azure-functions:run

It doesn't automatically find all imported libraries. You either have to use

  1. maven-assembly-plugin
  2. maven-shade-plugin
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!