Java: how to use 3rd-party library?

Posted by HH on Stack Overflow See other posts from Stack Overflow or by HH
Published on 2010-04-05T16:39:14Z Indexed on 2010/04/05 16:43 UTC
Read the original article Hit count: 456

Filed under:
|
|
$ 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.

© Stack Overflow or respective owner

Related posts about java

Related posts about beginner