Hi All,
I am using InstallAnywhere 2011 SP3 to build our product installer which used to work properly before signing custom code.
But after signing the installer custom code we are getting few fatal and non fatal errors during installation.
We have a custom code action where in we are referring a method defined in commons-codec-1.4+ jar. I have added this as a dependency for that custom code action.
Installeanywhere by default has commons-codec-1.3.jar under <IA_HOME>/resources folder.
But after signing this custom code I'm getting a fatal install exception, java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.encodeBase64String([B)Ljava/lang/String; during my product installation.
Using signed archives in installer is a common practice, is anybody else facing the same problem?? Am I doing anything wrong here??
I am using InstallAnywhere 2011 SP3 to build our product installer which used to work properly before signing custom code.
But after signing the installer custom code we are getting few fatal and non fatal errors during installation.
We have a custom code action where in we are referring a method defined in commons-codec-1.4+ jar. I have added this as a dependency for that custom code action.
Installeanywhere by default has commons-codec-1.3.jar under <IA_HOME>/resources folder.
But after signing this custom code I'm getting a fatal install exception, java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.encodeBase64String([B)Ljava/lang/String; during my product installation.
Using signed archives in installer is a common practice, is anybody else facing the same problem?? Am I doing anything wrong here??