Ptolemy II 1.0.1 Downloads

Note:
This is not the most recent version of Ptolemy II. The most recent version can be found at http://ptolemy.eecs.berkeley.edu/ptolemyII/ptIIlatest/.

There are two versions of Ptolemy II 1.0.1 :

  • Ptolemy II 1.0.1ptiny - A small release that includes only what is necessary to build and run models in common domains ( CT, DE, FSM, PN and SDF). The Ptiny version is primarily for Windows 2000 - we do not recommend using it under Unix, and the download is roughly 6Mb in size.
  • Ptolemy II 1.0.1 - The full version, which includes what is in the Ptiny version and the source code and makefiles that are necessary to create your own actors.
    The full version also includes experimental domains. The full version is for Windows 2000 and various flavors of Unix and the download is roughly 25.6Mb in size. The source only version of the full version is roughly 8.7Mb.
  • Downloads

    Below are the downloads and resources available from this page.
  • Java Runtime Environment j2re-1_3_0_02-win.exe (5.1Mb).
  • Link to the Java Development Kit (JDK) page at http://java.sun.com/j2se/1.3/.
  • Information about installing the Cygwin toolkit.
  • Ptolemy II 1.0.1 Ptiny Windows installer (6Mb). Java 1.3 through Java 1.3.1_02 are required to run the installer, see Installshield bugs
    The workaround is to install a more recent version of Ptolemy II.
  • Ptolemy II 1.0.1 Windows installer (includes source files), (25.6Mb). Java 1.3 through Java 1.3.1_02 are required to run the installer, see Installshield bugs
    The workaround is to install a more recent version of Ptolemy II.
  • Ptolemy II 1.0.1 source only (8.7Mb).
  • Ptolemy II 1.0.1 javadocs (the contents of ptII1.0.1/doc/codeDoc, 1.96Mb)
  • Instructions

    1. Install Java, if necessary

    All versions of Ptolemy II 1.0.1 require Java 1.2 or later. Java 1.3 is preferred, and for some of the demos, required. The Ptolemy II 1.0.1 Windows installers require Java 1.3 through 1.3.1_02, see Installshield bugs for details.
    The workaround is to install a more recent version of Ptolemy II.
    To run Ptolemy II, the Java runtime environment (JRE) is sufficient. To run the applets in a browser, the Java plug-in is required. The JRE is bundled with the plug-in, so downloading the plug-in is sufficient. To extend Ptolemy II with your own Java code, the Java development kit (JDK) or an equivalent Java development environment is required. The JDK includes a Java compiler.

    One way to determine what version of Java (if any) is installed is to run our Java Version Applet , which uses the Java 1.3 plug-in. Another way is to run the command below to see whether you have Java installed, and whether it is the proper version:

    java -version
    
    If the command cannot be found, or the version that is printed is less than 1.3, you should install the plug-in, JRE 1.3, or JDK 1.3

    Downloads:

  • Windows JRE: The Java runtime environment, JRE (no Java compiler): j2re-1_3_0_02-win.exe (5.1Mb)
  • Full JDK, or other Platforms: http://java.sun.com/j2se/1.3/
  • 2. Install Ptolemy II

    2a. Ptolemy II Ptiny

  • There are two ways to install Ptolemy II Ptiny on Windows machines:
  • Log in with administrative privileges and run the installer as an applet. This applet, from InstallShield, will install Ptolemy II, from Berkeley, on your machine.
  • or
  • Download a Windows executable, (6.0Mb), and execute it.
  • Java 1.3 through Java 1.3.1_02 are required to run the installer, see Installshield bugs.
    The workaround is to install a more recent version of Ptolemy II.

  • Other Platforms:
    The Ptiny installer is not recommended under other platforms. Instead, use the full version below.
  • 2b. Ptolemy II, full version

  • There are three ways to install Ptolemy II on Windows machines:
  • Run the installer as an applet. This applet, from InstallShield, will install Ptolemy II, from Berkeley, on your machine.
  • or
  • Download a Windows executable, (25.6Mb) and execute it.
  • Java 1.3 through Java 1.3.1_02 are required to run the installer, see Installshield bugs.
    The workaround is to install a more recent version of Ptolemy II.
    If you are not planning on building your own actors, then you can run vergil via the Start menu.

    or

  • Standard tar file and configure method using the Cygwin toolkit.
    1. Download ptII1.0.1.src.tar.gz (8.7Mb)
    2. Follow the Installation Instructions
  • To build your own Ptolemy II actors under Windows, you will also need the Cygwin toolkit, and then follow the Installation Instructions to set up your build environment.

  • Other Platforms: There is one installation method available for other platforms:
  • Standard tar file and configure method:
    1. Download ptII1.0.1.src.tar.gz (8.7Mb)
    2. Follow the Installation Instructions