Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Customer Voice Portal (CVP) Developer Center
Overview
Documentation
Community
Wiki
XMPP Integration to CVP session at Cisco Live!
David Lender
14 May 2012
Cisco Live! London - Jan. 31-Feb 3, 2011
David Staudt
01 Nov 2010
Beep Beep... on Record
Ranjana Narayan
15 Jul 2009
Be Forgiving
James Shepard
11 Jun 2008
Score your IVR
James Shepard
11 Jun 2008
Stop DB Connection Pool Leaks with Handy Tomcat Debug Modes
James Shepard
11 Jun 2008
Showing 6 results.
Items per Page 50
Page
(Changing the value of this field will reload the page.)
1
of 1
First
Previous
Next
Last
CVP Forum
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to General Discussion
JDK 1.6 vs JDK 1.5 for Custom Elements
Threads [
Previous
|
Next
]
Matt K.
Posts:
16
Join Date:
10/3/08
Recent Posts
JDK 1.6 vs JDK 1.5 for Custom Elements
Answer
10/3/09 1:10 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Matt K.
Posts:
16
Join Date:
10/3/08
Recent Posts
RE: JDK 1.6 vs JDK 1.5 for Custom Elements
Answer
10/3/09 1:34 AM as a reply to Matt K..
Mark as an Answer
Submit
Reply with Quote
Quick Reply
By using -target option of javac in JDK 1.6 I was able to resolve the issue.
Matt
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top