Can't locate Javax
From: Asad Khan (uoft_cstutor_at_yahoo.com)
Date: 10/16/03
- Previous message: David Rabinowitz: "Re: Factory for EJB Interfaces"
- Next in thread: Chris Riesbeck: "Re: Can't locate Javax"
- Reply: Chris Riesbeck: "Re: Can't locate Javax"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 16 Oct 2003 14:21:39 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?
- Previous message: David Rabinowitz: "Re: Factory for EJB Interfaces"
- Next in thread: Chris Riesbeck: "Re: Can't locate Javax"
- Reply: Chris Riesbeck: "Re: Can't locate Javax"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages |
|