import file
hi,
i am trying out base64 encoding in java.The version i have installed is j2sdk1.4.2_08.
import oracle.xml.parser.v2.DOMParser;
import oracle.xml.parser.v2.XMLDocument;
import org.apache.soap.encoding.soapenc.Base64;
these import statements are not available in the API ,and hence displays errors when compiled.can i please know about what import statement must be added for the above version.
[432 byte] By [
raji83a] at [2007-10-2 0:52:04]

hi,thanks.can i know about the library files that i am supposed to download for these import statements.import oracle.xml.parser.v2.DOMParser;import oracle.xml.parser.v2.XMLDocument;import org.apache.soap.encoding.soapenc.Base64;
in order to use the parsers weather they are SAX or DOM u require some jar files.This is very much similar to weblogic.jar where it consists of all the files related for accessing the Servlets and we cannot work with it if we had not added weblogic.jar file in the class path.
In the similar way we require some jar files to access and according to my knowledge these jar files are not the free software for more details regarding this search in sun website