Genome Analysis Software Info Site

Official Technology Information Site of in silico biology, inc.

Function Menu

IMC 113 Launch IMC from Command Prompt (Windows)

If you can not start the IMC by double-clicking the IMC icon on the desktop, start the IMC using the command prompt.

For Windows (used for troubles etc.)

  1. Launch the command prompt.
  2. Enter commands from the command line at the command prompt and operate.
  3. Go to the directory where the IMC is installed.
    • > cd c:\Program files (x86)\isb\imc\bin
  4. Enter the command to start the IMC.
    • > java -Xmx1000m -jar ImcLauncher.jar
    • - Make sure that the numeric part of Xmx1000 m does not exceed the installed memory size. Also, for 32 bit Windows, please set it to 1400 or less.

How to copy the error message displayed above the command prompt

  1. Click the Command Prompt icon in the upper left corner.
    • The menu will be displayed.
  2. Click "Edit" → "Select all".
    • The entire message is highlighted.
  3. In the same way, select "Edit" -> "Copy" from the menu.
    • The message is copied to the clipboard.
  4. Activate an editor such as NotePad.
    • Paste into the editor.