DID Reference Software Contribution ----------------------------------- Contacts: Munchurl Kim, MCCB Lab - Information and Communication University of Korea mkim@icu.ac.kr Hendry, MCCB Lab - Information and Communication University of Korea hendry@icu.ac.kr Danu Pranantha, MCCB Lab - Information and Communication University of Korea danu@icu.ac.kr Description: Java source code for parsing MPEG-21 IPMP Components Base Profile and MPEG-21 REL Simple Profile (Preliminary version). For more information, please see N8073 and N8067. Input: IPMP Base Profile instance document Ouput: Command Prompt Output Software details: Language: Java Recommended Java version: 1.4.0 or later Independent/Integrated modules: integrated with MPEG-21 DIDL Dependencies: xercesImpl.jar KXML2.jar xmlParserAPIs.jar Run: To run you need a JVM 1.4.0 or later. For example (from within the classes directory): java -classpath .;./lib/kxml2.zip;./lib/xercesImpl.jar;./lib/xmlParserAPIs.jar;IPMPParserV1.4.jar edu.uow.DIDParserDemo Or alternatively, on Windows, double-click the parserDemo.bat file.