Welcome to the Ranch. Please
be forthright when cross-posting to
other sites.
You're using classes from com.sun.* packages. You're
not supposed to use those classes directly - they are not part of the public API of the
Java platform and do not exist on all versions of Java. Re-write your program so that you don't use classes from the com.sun.* packages. Use the classes and interfaces in javax.xml.* instead, for example.