Tranquil Java : |
The last official of TJIDE was 1.0alpha, available from the SourceForge.net download section.
Development stopped around 2020. In 2025 the TJIDE code was re-synced to Jexer (MIT), re-licensed as MIT itself, and re-versioned down to 0.9.0. Development might or might not continue from this point on, but now the code is truly free for anyone to use.
TJ is 100% Java, and has no additional dependencies on native libraries. But it does spawn the following utilities:
TJ ships with a Makefile and requires ant. Run make clean jar
doc
to get everything (currently ptypipe and tjide.jar). The
jar file will be copied to bin/tjide.jar
. API docs will
be in java/docs/api
.
Execute TJ either by running java -jar bin/tjide.jar
or bin/tj
.