Integral AO-3 Proposal Generation Tool (PGT)

System requirements
Installing PGT
PGT documentation
Installation FAQ

The current version of PGT is 3.3.0

ISOC helpdesk email: inthelp@rssd.esa.int

System requirements

PGT has been installed and tested on the following operating systems:

You must have at least JRE (Java Runtime Environment) version 1.3.1 or later to install and run the PGT software. You can download the latest version of the JRE here:

Windows, Linux or Solaris: http://java.sun.com/j2se/downloads.html

Compaq Tru64 UNIX (formerly DIGITAL UNIX), HP-UX: http://h18012.www1.hp.com/java/

Apple Mac OS: Mac OS X comes with J2SE v1.4.2 pre-installed, see http://www.apple.com/java for more information. There is no JRE v1.3.1+ for Mac OS 9 or earlier.

Other OS: Try visiting the Web Site of the producers of your operating system and searching for "java" - this usually does the trick.

Installing PGT

There are two ways to install PGT:

Manual installation (recommended)

Automatic installation
(only if you have Java Web Start installed)

Step 1: Download (Save as...) PGT-install.jar (1.2 MB)

Step 2: Start the installer from the command line:

java -jar PGT-install.jar (you must be in the same directory as the PGT-install.jar file)

Or just open the PGT-install.jar file by double-clicking if you are using Windows.
See the FAQ if you experience problems.

Launch the PGT installer with Java Web Start using the following link:

Install PGT using Java Web Start

More information about Java Web Start can be found here.

PGT documentation

The PGT Software User Manual is included in the PGT installation. But you can also download the latest version here:

Integral AO3 documents

You should also consult the Help function in the PGT application.

Installation FAQ

More FAQ about using PGT can be found here.

Q: The installer tells me that the installation directory could not be created. How can I solve this?
A: You must have the correct access rights in order to create the installation directory. Example: if you want to install PGT in /home/johndoe/ISOC-PGT you must have write-access for /home/johndoe
Q: I have installed the PGT software. Now how do I run it?
A:

You can run the PGT by using the PGT start-up script which can be found in your PGT installation directory.

Windows: pgt.bat (double-click or start from the command line)
Unix/Linux: pgt

By default the PGT installation software will create a shortcut to these scripts on your Windows desktop and Start menu.

Q: I get 'Invalid entry point' errors or other error messages while importing a proposal from a previous AO.
A: Proposals that were generated with a previous version of PGT (during AO1 or AO2) shouldn't be opened with this new version of PGT. Please contact the ISOC helpdesk at inthelp@rssd.esa.int if you want to open one of your old proposals.
Q: How do I find out if (and which version of) Java is installed on my system?
A:

To find out the version of Java that is installed on your system, type the following at the command line:

java -version

If Java is not installed, it will give you an error that the command could not be found. If Java is installed, the output would be something like:

java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)

Q: How do I get to the command line in Windows?
A: Windows XP & 2000:
  • On the taskbar at the bottom of your screen, click Start, and then click Run.
  • Type cmd
Windows 98 & Me:
  • On the taskbar at the bottom of your screen, click Start, and then click Run.
  • Type command
Q: Windows won't open the PGT-install.jar file. What should I do?
A: (see also next question). Make sure that you installed Java correctly.
Q: Windows opens the PGT-install.jar file but nothing happens. What is wrong?
A: When you install Java, it will register itself to open JAR files when you double click on them. However, there are some other programs (most of them are compression utilities like e.g. PowerArchiver) which will do the same. So, your system could open the PGT-install.jar file with a program other then Java.
There are three ways to solve this:
  1. Don't open the PGT-install.jar file directly. Instead: go to the command line and type:
    java -jar PGT-install.jar (you must be in the same directory as the PGT-install.jar file)
  2. Re-install Java. In most cases this will restore the fact that JAR files should be opened with Java.
  3. Restore the file association manually. See here for more information.