Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » problems switching project from a windows machine to a mac
problems switching project from a windows machine to a mac [message #1064335] Tue, 18 June 2013 19:05 Go to next message
Scott Presley is currently offline Scott PresleyFriend
Messages: 1
Registered: June 2013
Junior Member
I've been using eclipse for years and I've got two stable GUI java projects that have been developed over 7+years.

I switched my work computer from a windows machine to a mac. I copied my workspace over and after resolving a few conflicts from the project relying on a windows absolute path, I'm almost up and running, with one exception...

I have a class that handles printing from within my application. Two import are missing -

import sun.awt.windows.WPrinterJob;
import sun.print.Win32PrintJob


Could anyone direct me to the appropriate libraries that I need to add on a mac to get these imports to show up??

Thanks so much!
Re: problems switching project from a windows machine to a mac [message #1064348 is a reply to message #1064335] Tue, 18 June 2013 20:09 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

This isn't a problem specific to Eclipse, this is from using classes that are (implying from their names) specific to the Sun implementation on the Windows platform. You should check on a more general Java forum.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:C#
Next Topic:Porting Eclipse 3.x RCP/Plugin app to Eclipse 4.2.x
Goto Forum:
  


Current Time: Wed Apr 24 22:46:27 GMT 2024

Powered by FUDForum. Page generated in 0.07686 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top