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 to have Apple Java Extensions on my system?
Any help would be appreciated!
Update:
I receive following error from compiler:
java: package com.apple.eawt does not exist
Update-2:
XCode version 4.5.2 is installed
Update-3:
The reason of my problem was missed ui.jar in classpath. Thanks to @Ian Roberts