Trying to add an "import" statement to my new scala project (I'm using IntelliJ 10.5.2 right now) the highlighter syntax tells me that it cannot find the java package:
import java.util.zip
What happened. What to do to import this package?
source share