You should read this section only if you have existing VoiceXML or Java applications.
As was explained in Planning the migration of Java and VoiceXML applications, if you are already using any VoiceXML 2.0, you do not need to make any changes to them before they can be used with Blueworx Voice Response Version 6.1. Note that if you are still using VoiceXML 1.0 applications, these are not supported in Blueworx Voice Response Version 6.1.
http://www.ibm.com/software/pervasive/voice_toolkitSome editing may be required and you will have to make a change to the AppName entry in the configuration file (see Blueworx Voice Response for AIX: Deploying and Managing VoiceXML and Java Applications for details).
Although Java applications that were developed using JavaBeans can still run, the programming tools used with this method are no longer supported, so you should develop any new Java applications using the Java API. If you are currently using the old Java and VoiceXML Environment (DTBE) that supported VoiceXML 1.0 applications, you must remove it before you can start the migration to Blueworx Voice Response Version 6.1. Before doing this, backup any voice segments and configuration files (.cff) that you use, and then restore them after migration. The actions are documented in the following instructions:
cd /var/dirTalk/DTBE/native/aix
cp default.sample.cff newname.cff
ls *.cff | grep -v -F default.sample.cff | xargs tar -cvf backupfile.tar
find /usr/lpp/dirTalk/db/current_dir/voice/ext/%A | xargs tar -uvf backupfile .tar
wvrstop -c
In the SOFTWARE name field, press F4, and from the list select all files that start with dirTalk.DTBE .
In the REMOVE dependent software? field, select yes.
Press Enter
java -version
If the data that is displayed includes the following (build pap3260sr7-20091215_02(SR7)), you have Java 6.0 SR7 installed. If you do not have this level, you must install it now. You can download it from http://www.ibm.com/developerworks/java/jdk/aix/service.html .
Next step: