How to compile CRT from
source code
Graphical User
Interface (GUI)
Instructions:
If previous instructions did not work, you may not
have JRE
installed on your maching. Either install JRE or do the following.
1. Install Java (http://java.sun.com)
on your machine.
2. Compile the source files below and run GUI
as the
main class.
(a) to compile: javac *.java
(b)
to run: java
GUI
Source
Code: CRT1.1_scr.zip
Command Line Interface (CLI)
Instructions:
If previous instructions did not work, you may not have JRE
installed on your machine. Either install JRE or do the following.
1. Install Java (http://java.sun.com)
on your machine.
2. Compile the source files below and run
'crt' as the
main class.
(a) to compile: javac *.java
(b)
to run: java
crt [options] inputFile
[outputFile]
Source
Code: CRT1.2-CLI_src.zip