Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use in Azure Function App #21

Open
kamyuen opened this issue Mar 3, 2023 · 0 comments
Open

Unable to use in Azure Function App #21

kamyuen opened this issue Mar 3, 2023 · 0 comments

Comments

@kamyuen
Copy link

kamyuen commented Mar 3, 2023

I am able to run a Function locally in Debug mode to retrieve data via JDBC. However once published it no longer runs and I receive the following exception:
"
Exception while executing function: Function1 J2NET.Runtime could not be found. Please check if the runtime is installed for your platform."

I have tried publishing the target runtime as portable and win-x64, but get the same exception.
When going into the Function via the console I can see the DLLs and Jar files are all there, including J2NET.dll in C:\home\site\wwwroot\bin\

Does anybody have a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant