Location of various javax.xml.* packages within the Java 6 SDK.
Posted
by celestialorb
on Stack Overflow
See other posts from Stack Overflow
or by celestialorb
Published on 2010-04-22T08:06:11Z
Indexed on
2010/04/22
8:23 UTC
Read the original article
Hit count: 232
Alright, so recently I was using Notepad++ for all of my programming needs, but I've started using Eclipse for larger-scale Java projects now. I decided to pick up an old project of mine which used various classes within the "javax.xml.*" namespaces. When I was compiling and running the program with Notepad++ it worked just fine, however Eclipse can't seem to find these packages.
My question is this, since I obviously have the classes somewhere within my current installation of JDK 6 (since I had no problems when using Notepad++), where can I find the location of the .JAR file(s) that include these namespaces/classes so that I can add them to my Eclipse project?
Thanks for any help you can give me!
Regards, celestialorb
Also, if you're curious about the specific packages I'm looking for they are:
javax.xml.soap.*
javax.xml.transform.*
Thanks again!
© Stack Overflow or respective owner