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...