in silico biology, inc.

Technology Information Site

Function Menu

GT 116 How to Start GT in Trouble (Windows)

If something goes wrong with the GT (GenomeTraveler), if you start it by the following method besides the normal icon click method, it helps to investigate the cause.

For Windows 64-bit (started from the command prompt)

  1. Start the command prompt.
  2. Enter commands from the command line at the command prompt and operate.
  3. Go to the directory where GT is installed.
  4. > cd c: \Program Files (x86) \isb\gtraveler\bin
  5. Enter the command to start GT.
  6. > java -Xmx1000m -jar GtrLauncher.jar

For Windows 32-bit (started from the command prompt)

  1. Start the command prompt.Enter commands from the command line at the command prompt and operate.
  2. Go to the directory where GT is installed.
  3. > cd c: \Program Files\isb\gtraveler\bin
  4. Enter the command to start GT.
  5. > java -Xmx1000m -jar GtrLauncher.jar