xml parsing - Javax.Xml Not present in JRE 1.1 -
i have created program in java edit/read xml file. have done using javax.xml package , org.w3c package. program runs fine on jre 1.6 same code when runs on jre 1.1 throws exception of java.lang.noclassdeffounderror javax/xml/parsers/documentbuilder. did own investigation in issue , got know javax package not provided in jre 1.1. there way can run program on jre 1.1, somehow able include or reference package using jar or other thing possible?
thanks, amit singh
Comments
Post a Comment