My program can not obtain a speechConfig object from the speech SDK

Or 11 Reputation points
2020-07-19T19:17:53.59+00:00

Hello, I am a java programmer and in my program, I use Microsoft's speech SDK. In my home, I have 2 computers. I started using the SDK in 18/07/2020 and everything worked on my first computer (it worked as a jar file too). Today (19/07/2020) I uploaded the same jar file to my other computer and the program got stuck and no file was created... I debugged the program and turned out that when my app obtains the speechConfig object (from my subscription key and region), it gets stuck without and exception... Pls, help me...

Edit:
Today (20/7/2020) I tried the sdk on 2 more computers and it did not work...
My server is in NorthEurope.
My code is just copy paste of GitHub's quickstart code but I changed the subscription key and the region. I do not think that there is a problem in the code because it works great on my first computer...
Maybe it is because my workspace is on the first computer (Eclipse).

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,392 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Or 11 Reputation points
    2020-07-21T18:59:27.393+00:00

    After installing jdk 8 on the computers it works perfect!

    Before I installed it I had only jre...

    1 person found this answer helpful.