I've used eclipse for years in a windows environment. This week I got a brand new mac pro and I'm migrating everything from windows. I copied my entire workspace from win7 box to the mac. I've installed the latest eclpise (eclipse-SDK-4.2.2-macosx) and I've imported my projects... one of the classes in one of my projects can't seem to find two imports... I'm pulling my hair out trying to figure out what i need to add to the project to make it compile.
The two imports eclipse can't find:
import sun.awt.windows.WPrinterJob;
import sun.print.Win32PrintJob;
Any help would be greatly appreciated!!
Thank you.