Example:
Suppose you have the MDBExplorerStandalone.jar
file
containing the data model classes, you can read GBIN files by
starting TOPCAT like this:
topcat -classpath MDBExplorerStandalone.jar ...or like this:
java -classpath topcat-full.jar:MDBExplorerStandalone.jar uk.ac.starlink.topcat.Driver ...