Skip to content

Using ImcShell.jar

zepinto edited this page Sep 18, 2014 · 14 revisions

IMC Shell usage guide

IMC Shell is a simple program that allows you to listen and send IMC messages from a command line.

Compiling

  • For compiling you need a Java compiler version 1.7+ (JDK) and the Apache Ant build system.
  • On the directory where you checked out imcjava, run the command ant ImcShell.jar. This will create the file dist/ImcShell.jar.
  • To test the generated jar file enter the command java -jar dist/ImcShell.jar

Running

  • For running you need a Java Runtime Environment 1.7+ (JRE).
  • The file ImcShell.jar is an executable Java ARchive (jar). To run it just type java -jar path/to/ImcShell.jar.

Creating Messages

When you start the shell

Clone this wiki locally