home *** CD-ROM | disk | FTP | other *** search
/ Developing for Microsoft …tive Animated Characters / DEV_AGENTA.ISO / Examples / java / hello2 / Readme.txt < prev   
Text File  |  1997-09-05  |  1KB  |  30 lines

  1. Hello World 2 (Java) Sample for Microsoft Agent
  2. -----------------------------------------------
  3.  
  4. *** Required components ***
  5.  
  6. 1. This sample requires the Microsoft Agent Core Components and the
  7. TruVoice Text-To-Speech Engine.  These should be installed before
  8. running this sample.
  9.  
  10. 2. This sample reads character animations from the following
  11. path: \Program Files\Microsoft Agent\Characters\.
  12. The character animation file Merlin.acs should be copied to that
  13. location before running this sample.
  14.  
  15. 3. This sample requires that the Agent Server COM class be imported
  16. to Java.  To do this:  Start up Microsoft Visual J++.  Run the
  17. Java Type Library Wizard from the Tools menu.  Scroll through the
  18. list of items and find the entry for "Microsoft Agent Server 1.5".
  19. Place a check mark in the box next to this entry, then click OK.
  20.  
  21.  
  22. *** To run the sample ***
  23.  
  24. 1. Start up Microsoft Visual J++.  From the File menu, select Open Workspace.
  25. Navigate to the folder containing this Readme file.  Select the workspace file
  26. (Hello2J.dsw) for this sample.  Click Open.
  27.  
  28. 2. From the Build menu, select Execute.  When prompted that files need to be
  29. built, click Yes.  When prompted for a Class File Name, enter the name of
  30. the sample: "Hello2J", then click OK.  Note that the name is case sensitive.