How do I clear the terminal screen on a java text application?

I have a text-based client, that runs on UNIX.

I'd like to know if it's possible to get something similiar to the "clear" command. I tried using Runtime, but it does nothing, cuz it opens another shell to execute the command.

How do I clear the screen on MY execution. Is it possible?

Thanks,

Christian

[335 byte] By [diribufa] at [2007-11-27 3:59:48]
# 1
This question comes up all the time. It is not possible using pure Java.
sabre150a at 2007-7-12 9:04:22 > top of Java-index,Java Essentials,Java Programming...