lookman sanni wrote:
Hi dev.
Is there any way to specify in a java project that import should be resolved first using packages in the same project, before getting to libraries? I'm working with a project which contains same packages as JRE.
Thx

--
Best Regards

Lookman SANNI
http://blog.lookouster.org
MSBI Intern at Umanis Tours Services;

What environment are you using?

If you are using OSGi, then there is a procedure for doing this.

If you are using regular JDK without OSGi, then it is much harder.

Which packages are you using that are "the same as the JRE"?  Is this (say) the 
XML Parser?
There is a process for replacing some of these packages, however, it does it for the whole runtime, not just for your code...

Yours,  Mike.

Reply via email to