- Oct 9, 1999
- 72,636
- 46
- 91
Ok all you Java experts out there can help out this relative newbie in the area. I'm working on a project due Tuesday for my Java class. I'm working using Visual J++ 6.0 Professional (yes I bought it), and I'm trying to working implementing the import javax.swing.*; command.
J++ keeps on bitching to me about "undefined package 'javax' (J0051)". Does J++ just no support this operation? I went to MS's website and was looking up the "swing" and "javax" to see if there was an class add-on or something that I needed to be able to use this?
What do I do?? My other imports are:
import java.awt.*;
import java.awt.event.*;
J++ keeps on bitching to me about "undefined package 'javax' (J0051)". Does J++ just no support this operation? I went to MS's website and was looking up the "swing" and "javax" to see if there was an class add-on or something that I needed to be able to use this?
What do I do?? My other imports are:
import java.awt.*;
import java.awt.event.*;