Open contrudar opened 5 years ago
Are you trying to use Service Fabric Java SDK? Its not supported on Windows.
Microsoft doesn't support Java SDK on Windows. That's really strange
At the moment, the SF Java SDK is only supported on Linux. Supporting it on Windows is in our backlog but we don't have firm timelines yet.
I installed the following version of SDK on Windows 10
but when I try to create stateless service from Kotlin like this:
val uri = URI("fabric:/myServiceName")
val loginService: LoginService =ServiceProxyBase.create(LoginService::class.java, uri)
I got the error: java.lang.UnsatisfiedLinkError: no jFabricCommon in java.library.path...
I tried:
$env:Path += ";C:\Program Files\Microsoft Service Fabric\bin\fabric\Fabric.Code"
beforeConnect-ServiceFabricCluster
but no success.
Any ideas?