aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes JAXB stuff not found in Eclipse on Mac? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "JAXB stuff not found in Eclipse on Mac?" Watch "JAXB stuff not found in Eclipse on Mac?" New topic
Author

JAXB stuff not found in Eclipse on Mac?

Stephen Huey
Ranch Hand

Joined: Jul 15, 2003
Posts: 618
Hello everybody, I'm not sure what's up. Just moved an Eclipse project from a Windows machine running Java 6 to a Mac OS X Leopard machine with Java 5, and I'm seeing this

"The import javax.xml.bind cannot be resolved."


Is this simply an issue with Java 5/6 since my Mac doesn't have Java 6? All the same JARs are are in my lib directory and the build path looks the same, so I can't figure out why I can't see the JAXB stuff. I'm also using the Google App Engine plugin for Eclipse, but I don't think that's related.

Thanks so much...
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12612
IIRC that's an SE6/EE5 package, but I could be mis-remembering.

Do you have the jaxb libs in the project?
Stephen Huey
Ranch Hand

Joined: Jul 15, 2003
Posts: 618
I don't see them in my
Windows machine's Eclipse which makes me wonder if they come bundled with Java 6 and not 5.
 
 
subject: JAXB stuff not found in Eclipse on Mac?
 
Threads others viewed
Eclipse + Tomcat + JSP's on the Mac
Check Java version programmatically
Associating .java files with Eclipse
Concurrency Issue on My mac?
Leopard's off and running, but where's Mustang?
IntelliJ Java IDE