rt.jar - is the stands for run time :) it's the main library, which contains all classes from SDK.
ClassLoader - is the class, which loads classes from .class files.
in your case, you don't have JAXP package in your classpath (or even installed on system), so try to install it and add to your classpath
regards,
Freedom.
Main Topics
Browse All Topics





by: dejanpazinPosted on 2005-02-16 at 06:19:50ID: 13324065
Do you have the print of exception on the server side?