我正在尝试使用 IntelliJ 在我的 mac 上本地运行 Azure 函数。我做了一切,在本教程中一步一步:https : //docs.microsoft.com/en-us/azure/azure-functions/functions-create-maven-intellij但是当我启动项目控制台时显示错误
`Azure Functions Core Tools (3.0.2912 Commit hash: bfcbbe48ed6fdacdf9b309261ecc8093df3b83f2)
Function Runtime Version: 3.0.14287.0
Failed to start Worker Channel. Process fileName: %JAVA_HOME%/bin/java
System.Diagnostics.Process: No such file or directory.
Failed to start language worker process for runtime: (null). workerId:9c6a8dfb-6dcc-4e3c-82a6-0ce0c6949991
No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) …Run Code Online (Sandbox Code Playgroud)