Troy Wu wrote:

> On Mon, 19 Oct 1998, Miguel Mateos Lopez wrote:
>
>      I have some problems with the file swing.jar. When I compile an example,
>      the compiler returns errors. It doesn't find out included packages in
>      swing.jar. CLASSPATH is OK.
>
> Are you putting the full classpath; i.e.:
>
>         CLASSPATH=$CLASSPATH:/where/you/have/installed/swing/swing.jar
>
> and _NOT_ just
>
>         CLASSPATH=$CLASSPATH:/where/you/have/installed/swing
>
> ?

Try to use only swingall.jar classes archive, or archives swing.jar and
motif.jar(windows.jar) both.

--

Cheers.
Alexander


Reply via email to