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