Java: how to use 3rd-party library?
- by HH
$ cat MultiTest.java
import com.*;
// CODE
$ javac Code.java
MultiTest.java:1: package com does not exist
import com.*;
^
Google Collections Com-dir in the dir where the MultiTest.java -file is located.