cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
515
Views
0
Helpful
3
Replies

Class Path

Nicolas Mansour
Level 1
Level 1

I am developing a interface between the IVR and an application server. I created a custom class that uses proprietary files to communicate with the application server. That is working pretty well. I then added my custom class in UCCX, that worked well. My problem is that UCCX doesn't know where to look for the proprietary files (a jar file) so it's raising an error that the class isn't found. (In windows this is done using the environment variables CLASS PATH).

Where can we modify the default class path of the UCCX so that it points to that jar file?

3 Replies 3

villarrealed
Level 1
Level 1

I'll assume that you are using a 5.x or higher version of UCCX.

Upload the jar or class files to the classpath folder using the document management page of appadmin. You can then go to the custom file configuration section in appadmin and move the period(.) from Available to the Selected section.

Hi there,

Thanks for the reply.

I already done that but in vain.

Could it be that the jar file was compiled with a JDK newer than the one used with UCCX?

Yes, you need to be sure that the jar file you're using as been compiled to the one used in UCCX. (probably 1.4.2)

I ran into the same problem trying to use an Open Source library. I had to check back on the web site in order to download the 1.4 version.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: