XML Parser and Utilities

You now have the Java Plug-in installed; your computer can display the graphical user interface in TSMC. TSMC doesn't just look pretty though; it also does real work by communicating with the server and translating diagnostic results into human-readable form. It does that by sending and receiving XML documents that describe a particular command or a specific test result.

XML is just a way of adding meaning to raw data; it doesn't do any work by itself. Programmers use parsers to access the data defined by an XML document. You are now going to download a file that allows TSMC to translate native commands into an Internet-friendly format.

1. Right Click on the following link and select "Save As..."  parser.jar
2. Save or move the file into the directory

C:\Program Files\JavaSoft\JRE\1.3\lib\ext

Note that you will need to change this path if you did not select the default installation path in the Plug-in setup application.

3. That's it! Let's move on to the actual application.

 

 

 

Click this arrow to continue.