I am developing a Java 1.6 based cross-platform (Mac OS X, Win and Linux) application. For better integration on Mac Os platform I have to use Mac OS X specific classes, which are neither available on other platform's JDK or JRE nor can be distributed with the application.
My questions is what is the best strategy to keep code compilable on both Mac OS X and Win platforms without maintaining two different versions?