Mercy Ponnupandy wrote: > Hi, > I just started project in java and xml. I downloaded > java xml pack. As per the given instructions, I > unpacked and saved the jar files in > \jre\lib\ext (using java 1.3) > I tried out a sample code in the tutorial. It is > giving me compilation errors saying "cannot resolve > symbol" in those places where there the library is > called or used. > Can you plz tell me how to compile and run the code. > Thanks in advance... > Mercy >
You have to make sure for the following: - include your current working directory in your classpath, - include the jar files in classpath, eg.: /jre/lib/ext/<jar_files>.jar - Have you imported the required packages in your source file? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
