06-18-2021 12:57 PM
Uninstalled an old Call Studio v11.5 and installed new v12.5. Imported existing projects/scripts back and getting the following errors now. I did use a different folder for the install (c:\cisco\CallStudio12_5). There were some errors about not finding the library framework path which I was able to repoint within the properties of the project that made the errors go away. However, still running into this issue below (and attached) and not sure what is needed or where to make the change/update.
The project was not built since its build path is incomplete. Cannot find the class file for java.util.Map$Entry. Fix the build path then try building this project.
Couldn't find anything else in the properties of this project that needs changing. I didn't update Java and Java SDK as they were already v8. Any ideas? TIA
06-19-2021 07:02 PM
You can NOT compile with java 8 in Call Studio 12.5 because the Eclipse version is too old and doesn't support it.
You'll have to install a newer version of Eclipse (or your favorite java editor) and import the Java projects into the newer Eclipse to compile.
Then you can copy the compiled code back into the Call Studio app for testing. This should fix your problem.
Be sure that you use the newer framework.jar and servlet-api.jar that come with the 12.5 version (directory CVP/VXMLServer/lib) instead of the 11.5 version.
06-21-2021 03:20 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide