Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] JAX-WS 2.2 compilation order problem (Jdk 6 and Java EE 6)

Hello,

I'm using m2e for a Java EE 6 application.
In my project I have a dependency to jax-ws 2.2 API (java ee6).
However, I use jdk 6 to compile (jaw-xs 2.1 API).

And Eclipse imports the jdk classes before my own dependency, so I have a compilation error.

What's the best way to handle this ?
 * I could add jax-ws 2.2 in my jdk, but then everyone in my team would need to do that.
 * I could change manually the compilation order in the project, but it's a manual operation.
 * better ?

Thanks !





Back to the top