sim0002.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <HTML>
  2. <HEAD>
  3. <META NAME="Generator" CONTENT="Corel WordPerfect 8">
  4. <META NAME="DATE" CONTENT="11/19/1998">
  5. <META NAME="Author" CONTENT="Tom Almy">
  6. <TITLE>System Requirements and Installation</TITLE>
  7. </HEAD>
  8. <BODY TEXT="#000000" LINK="#0000ff" VLINK="#551a8b" ALINK="#ff0000" BGCOLOR="#ffffff">
  9. <H1>System Requirements and Installation</H1>
  10. <P>The simulator is written in JAVA and requires a system with a Java interpreter and a display resolution of at least
  11. 800x600. A Java runtime environment (JRE) of at least version 1.1.7 is required. Simulation executes at about 1/10
  12. real-time on a Pentium-II, 400MHz system. On the slowest Pentium, it would be about 1/100 real-time, which
  13. should be acceptable. Java requires a 32 bit operating system, and won't run under Windows 3.x or MS/DOS.</P>
  14. <H2>Using the Java Runtime Environment</H2>
  15. <P><A HREF="http://www.javasoft.com/products/jdk/1.1/jre/index.html">Download the JRE from Sun's web site</A>, the <A HREF="../../sun/jre117B-win32.exe">Windows version on this CD</A> (if supplied) or where available for your
  16. operating system.</P>
  17. <P>Unzip the simulator into the folder (directory) you will be using. Run the simulator with the command line:</P>
  18. <P><TT>jre -cp SimHC12.jar SimHC12</TT></P>
  19. <p>The program <em>RUNSIM.BAT</em> can be used to run the program from the command line to save typing.</p>
  20. <P>If you have installed Java versions 1.2 or later, you need to execute the following command:</P>
  21. <P>java -jar SimHC12.jar</P>
  22. <P>or you can launch the simulator from the Windows Explorer ("My Computer") by double-clicking on the icon for
  23. the file SimHC12.jar. The RUNSIM.BAT file will not work with Java 1.2 or later without modification.</P>
  24. <P>The simulator can also be started with <A HREF="sim0023.html">several command line options</A>.</P>
  25. </BODY>
  26. </HTML>