[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Java Build Path --> Export and Export does not seem to be working properly

Kamal wrote:
I have Galileo version for JEE developers. I have installed subclipse, hibernatetools and q4eclipse. It seems to be working great except it messes up the order I define in the Java Build Path.

The problem comes in because on of the jars I am using is using xml-apis and that api is now part of the java since 1.4(I think).

When I have my JRE System Library come first, my project compiles as it is pointing to the right version but when the project is refreshed or re-built, the order goes to as it was before.
This sounds like a bug. Please try to create an example based on the Eclipse SDK only and file a bug report against JDT Core.

Dani
The JRE System Library goes back to the last in the list and I get my red squiggle back saying one of the methods is not found.


Any ideas? Very much appreciated.

Kamal