Can appcert tell me if my application will run on Solaris version “N”?
Not directly. Appcert will only tell you if your application is at risk of not running because it uses unstable library interfaces. If those interfaces have not changed (yet) in Solaris “N”, then your application may still run without failure. Conversely, since appcert only checks library interfaces, it cannot warn about other unstable practices such as relying on private non-library interfaces in Solaris (for example, the format of various files in /etc). In those cases, appcert may not find any binary stability problems, yet your application may not run on Solaris “N”.
Related Questions
- I have an application which is OK on Solaris Sparc 2.6. Do I have to run appcert on the software on Solaris 8 and 9 as well?
- Will my application run faster if I upgrade from DOS/4GW version 1.97 to DOS/4G for Watcom or full DOS/4G?
- What do I need to run the SWT Browser in a standalone application on Linux or Solaris?