IKVM.Runtime.InternalException : Could not load libjvm #134
Unanswered
san-coder1
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I recommend opening an issue in the IKVM project - https://github.com/ikvmnet/ikvm/issues or take a look at the source code and take a look at probing location
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running my application from Azure Functions. It builds the .dll needed and places it in the bin folder.
Assembly.LoadFile(modelsAssemblyPath);
successfully loads the dll.It fails with following error during
var pipeline = new StanfordCoreNLP(props);
It works perfectly fine from my local machine, just not on Azure Function.
Beta Was this translation helpful? Give feedback.
All reactions