in silico biology, inc.

Shop and Corporate Information Site

eShop in silico Popular Items (Prices are with Tax)

Search the Site...

How to Start IMC / GT in Trouble

If something goes wrong with the ISB software product, if you start it by the following method besides the normal icon click method, it helps to investigate the cause.

For Mac OS X (boot from terminal)

  1. Start the terminal.
  2. Operate from the terminal command line.
  3. Go to the directory where the software is installed
  4. In the case of IMC,
  5. > cd Applications / imc / bin
  6. In the case of GenomeTraveler,
  7. > cd Applications / gtraveler / bin
  8. Enter the command to start the software.
  9. For IMC, IMCLauncher.jar
  10. > java - Xmx 1000 m - jar ImcLauncher.jar
  11. For GenomeTraveler, use GtrLauncher.jar
  12. > java - Xmx 1000 m - jar GtrLauncher.jar

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 the software is installed.
  4. In the case of IMC,
  5. > cd c: \ Program files (x86) \ isb \ imc \ bin
  6. For GenomeTraveler
  7. > cd c: \ Program files (x86) \ isb \ gtraveler \ bin
  8. Enter the command to start the software.
  9. For IMC, ImcLauncher.jar
  10. > java - Xmx 1000 m - jar ImcLauncher.jar
  11. For Genome Traveler,
  12. > java - Xmx 1000 m - 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 the software is installed.
  3. In the case of IMC,
  4. > cd c: \ Program files \ isb \ imc \ bin
  5. For GenomeTraveler
  6. > cd c: \ Program files \ isb \ gtraveler \ bin
  7. Enter the command to start the software.
  8. For IMC, ImcLauncher.jar
  9. > java - Xmx 1000 m - jar ImcLauncher.jar
  10. For Genome Traveler,
  11. > java - Xmx 1000 m - jar GtrLauncher.jar