Can't find Javax

From: Asad Khan (uoft_cstutor_at_yahoo.com)
Date: 10/16/03


Date: Thu, 16 Oct 2003 14:21:24 GMT

Hi,

I am using DrJava, and I am writing a program that has the following
statement:

        import javax.swing;

It gives me this error when compiled:

        File: C:\Program Files\DrJava\CustomJFrame.java [line: 1]
        Error: package javax does not exist

I did set my classpath variable to:

        c:\j2sdk1.4.2\lib\tools.jar;C:\j2sdk1.4.2_01\src\javax

where C:\j2sdk1.4.2_01\src\javax is where javax is located.

What am I doing wrong?