I\'m using Max OS X Mountain Lion, java -version returns \"1.6.0_37\". But I cannot compile project with com.apple.eawt.* classes imported.
What I have to install t
Just like any other external library, you have to add the JAR containing those classes to your classpath. Just because you are running on a Mac does not mean the stock Java JDK is 'extended' -- otherwise, it would not be truly platform-independent.