Showing 6 results.
Items per Page 50
of 1

CVP Forum

« Back to General Discussion

JDK 1.6 vs JDK 1.5 for Custom Elements

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi all,

When I compile my Java custom elements using JDK 1.6, they do not load in Call Studio, but when I compile them using JDK 1.5, they load properly and I can see them under ¿Local Elements¿ in the Call Studio.  Any idea what could be the problem? I need to have JDK 1.6 in my desktop machine and if Java custom elements need to be compiled using JDK 1.5, what is the work around?
 
I am using the following version of the call studio:
Version: 6.0(1)
Build id: 200711142043
 
Regards,
Matt

By using -target option of javac in JDK 1.6 I was able to resolve the issue.
 
Matt