Open GoogleCodeExporter opened 9 years ago
TTC Termsuite 1.3 needs apparently much more resources than 1.2.
As a consequence, it cannot be anymore launched as a jar file.
It must be launched by a command line.
On windows, the most convenient method is to create a batch file with the
following content:
D:
cd [TTC termsuite directory]
java -Xms1g -Xmx4g -jar ttc-term-suite-1.3.jar
See user's guide for more.
The first 2 lines change the current directory to a stable, well known
directory. It is not really mandatory, but TTC termsuite fails frequently when
the current directory is left to default.
Original comment by claude.m...@gmail.com
on 12 Jul 2012 at 7:57
Original issue reported on code.google.com by
claude.m...@gmail.com
on 29 Jun 2012 at 8:34