-
Notifications
You must be signed in to change notification settings - Fork 5
Using ImcShell.jar
zepinto edited this page Sep 18, 2014
·
14 revisions
IMC Shell is a simple program that allows you to listen and send IMC messages from a command line.
- 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
- 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
.
When you start the shell