Re: Compilation of java programs using DJ packages


Subject: Re: Compilation of java programs using DJ packages
From: Pengcheng Wu (wupc@ccs.neu.edu)
Date: Wed Oct 09 2002 - 12:48:23 EDT


On Wed, 9 Oct 2002, a student wrote:

> In order to find the packages specified in
> "import edu.neu.ccs.demeterj.dj.*"
> what should my class path be set to point to. I've tried
> .:/proj/demsys/demjava/dj.jar, .:/proj/demsys/demjava/rt.jar, and
> .:/proj/demsys/demjava/0.8/dj.jar, and none of these seem to work.

The correct package name is
    import edu.neu.ccs.demeter.dj.*;
                       ^^^^^^^
not
    import edu.neu.ccs.demeterj.dj.*
                       ^^^^^^^^
You should use
    .:/proj/demsys/demjava/rt.jar

as your CLASSPATH.

--Pengcheng Wu



This archive was generated by hypermail 2b28 : Wed Oct 09 2002 - 12:48:24 EDT