Hi, i'm trying to use DMCC JDK provided at devconnect portal.
When i try to run the Click2Call Example, it throws an error saying that an illegal character is present in one of the jar files of the dev kit:
"java.net.URISyntaxException: Illegal character in path at index 96: file:/C:/Users/me/Downloads/cmapijava/cmapijava-sdk-10.2.0.0.0.198/cmapijava-sdk/lib/${jakarta-rexexp.jar}"
I'm migrating from JS, so i could be making a simple mistake, but i can't figure it out.
I tried with JDK 19 and JDK 7 (As told by the Programmer reference) with Intellij IDE.

When i try to write my own code from scratch and import the ServiceProvider Class i face the same error. Am i doing something wrong?
When i try to run the Click2Call Example, it throws an error saying that an illegal character is present in one of the jar files of the dev kit:
"java.net.URISyntaxException: Illegal character in path at index 96: file:/C:/Users/me/Downloads/cmapijava/cmapijava-sdk-10.2.0.0.0.198/cmapijava-sdk/lib/${jakarta-rexexp.jar}"
I'm migrating from JS, so i could be making a simple mistake, but i can't figure it out.
I tried with JDK 19 and JDK 7 (As told by the Programmer reference) with Intellij IDE.
When i try to write my own code from scratch and import the ServiceProvider Class i face the same error. Am i doing something wrong?
Comment