Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vendors:cisco:uc:cvp:cvpstudio [2018/05/17 19:56] – ↷ Page moved from code:java:vendors:cisco:uc:cvp:cvpstudio to vendors:cisco:uc:cvp:cvpstudio gerardorourkevendors:cisco:uc:cvp:cvpstudio [2018/11/07 10:11] (current) – [To compile CVP Call Studio Java Code] gerardorourke
Line 3: Line 3:
 ===== To compile CVP Call Studio Java Code ===== ===== To compile CVP Call Studio Java Code =====
  
-add the below two "external Jar" to the Library\\ +Add the below two "external Jar" to the Library\\ 
 C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.library.framework\lib\framework.jar\\ C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.library.framework\lib\framework.jar\\
 C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.library.framework\lib\servlet-api.jar\\ C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.library.framework\lib\servlet-api.jar\\
  
 +Call Studio provides a location to place components that are to be shared across all applications: 
 +CallStudio/eclipse/plugins/com.audiumcorp.studio.library.common\
 +
 +Individual classes are placedin the classes subdirectory and JAR file archives are placed in the lib subdirectory.
 +
 +(right click) and select Export the Java to a JAR file and enter the jar folder & name as per 
 +C:\Cisco\CallStudio\eclipse\plugins\com.audiumcorp.studio.library.common\lib\myjarfile.jar
 +
 +It will appear in Call Studio in the folder configured in the Java , e.g. 
 +
 +<code>
 +        public String getDisplayFolderName()
 +        {
 +                return "MyCVPStuff";
 +</code>                
 +                
 ==== ICM Req ==== ==== ICM Req ====
  
  • vendors/cisco/uc/cvp/cvpstudio.1526583379.txt.gz
  • Last modified: 2018/05/17 19:56
  • by gerardorourke