Top "Compatibility" questions

This tag should be used to identify questions regarding compatibility issues, for example between different versions of the same software product or, development kit or library.

How to make Internet Explorer 8 to support nth child() CSS element?

I want to give a zebra stripe effect to my table rows. In all other browsers it can be done …

css internet-explorer-8 compatibility css-selectors ie8-compatibility-mode
Can Java 8 code be compiled to run on Java 7 JVM?

Java 8 introduces important new language features such as lambda expressions. Are these changes in the language accompanied by such significant …

java jvm compatibility java-7 java-8
Is cross-origin postMessage broken in IE10?

I'm trying to make a trivial postMessage example work... in IE10 between windows/tabs (vs. iframes) across origins Remove any …

html cross-browser compatibility internet-explorer-10 postmessage
Gradle sourceCompatibility has no effect to subprojects

I have Java 6 and 7 installed on my machine. Gradle uses 1.7 (checked using gradle -v). But I need to compile my …

java gradle compatibility bytecode
android-support-v4.jar isn't importing correctly in Eclipse

I'm trying to get an app to compile that uses the android-support-v4.jar and the Fragmentation classes it contains, but …

java android jar compatibility android-support-library
How to check SQL Server Database compatibility after sp_dbcmptlevel is deprecated?

According to BOL (SQL Server Books Online) on sp_dbcmptlevel, This feature will be removed in a future version of …

sql-server tsql compatibility
How to set "Run this program as an administrator" programmatically

I'm having a problem with good ol' bdeadmin.exe in Vista. First, let's get the predictable responses out of the …

windows properties compatibility admin runas
How to make gradle generate a valid pom.xml file at the root of a project for maven users?

While only for two days now, I am definitely sold on using gradle for all of my Java projects, and …

java maven gradle compatibility