Is your Percolation program contained in its own package? If so try putting it into the default package by commenting out any package statements from your files and recompiling it.Also, nothing in algs4
is in the java
package, it's all it's own separate thing.
↧
Answer by MrCodeBlok for How do I import jars into my java program?
↧