public class CompactDatabase
extends java.lang.Object
Compact and reorganize the NRS database. The NRS application must not be
running.
To run the database compact tool on Linux or Mac:
java -cp "classes:lib/*:conf" nxt.tools.CompactDatabase
To run the database compact tool on Windows:
java -cp "classes;lib/*;conf" -Dnxt.runtime.mode=desktop nxt.tools.CompactDatabase