You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# javac -target 1.6 -source 1.6 spacetime/SpacetimeApp.java # If compiling with higher version. Will need to add -bootclasspath info as well to avoid warning
javac spacetime/SpacetimeApp.java
jar cvfe Spacetime.jar spacetime.SpacetimeApp LICENSE.md README.md resources spacetime/*.class