Eclipse hangs when rebuilding after the addition of an external JAR file.

Posted by celestialorb on Stack Overflow See other posts from Stack Overflow or by celestialorb
Published on 2010-04-23T05:37:08Z Indexed on 2010/04/23 5:43 UTC
Read the original article Hit count: 264

Filed under:
|
|
|
|

I'm fairly new to Eclipse so if this is something simple I apologize, however when I attempt to add an external JAR file to my build path (specifically the "rt.jar" file which contains certain tools that I require) and then rebuild my project, Eclipse will hang at the end of the Build process. It'll get to 100% then just hang there using 100% of one of my CPU cores. At first I thought it may have been due to the relatively large size of the rt.jar file, but I tried using smaller JAR files and it still hung at 100%.

Any help would be greatly appreciated!

If there is something wrong with using the rt.jar file does anyone know of another JAR file that contains both tools for dealing with SOAP requests as well as XML/DOM manipulation?

Thanks again!

© Stack Overflow or respective owner

Related posts about java

Related posts about soap