I am using Max OS X Mountain Lion, java -version returns "1.6.0_37". But I can not compile the project with imported com.apple.eawt classes. *.
What do I need to install in order to have Apple Java Extensions on my system?
Any help would be appreciated!
Update
I get the following error from the compiler:
java: package com.apple.eawt does not exist
Update-2 :
Installed version of Xcode 4.5.2
Update-3 :
The cause of my problem was missing ui.jar in the classpath. Thanks @Ian Roberts
java osx-mountain-lion macos
Alexander Kuznetsov
source share