Hi all,

I type mvn eclipse:eclipse to get the necessary project files for eclipse.
Everything works fine,
except the fact that the dependency to the JDK / JRE is always the last one
in the eclipse project setting.
There's another jar that unfortunately has got the exact same class name
(include the entire package name)
as a class of the JDK / JRE. Now as the third party jar appears before the
JDK in the eclipse classpath,
its class gets used instead of the one from the JDK.

What can I do to prevent this from happening?

Thanks,

Peter

Reply via email to