Installation Steps
Last updated 1 year ago
Download and extract the . It consists of one JAR files with the Java classes.
Add the files SOFA.jarto your Java classpath, e.g.
SOFA.jar
java -cp .:../lib/SOFA.jar
Import the SOFA class in your code, e.g.
import ch.k43.tools.SOFA;