cannot resolve symbol

Hello, i'm creating Employee Browser Applet

i have 4 imports

import java.applet.*;

import java.awt.*;

import java.awt.event.*;

import java.sql.*;

then in public class EmpBrowser i have

TextField theStatus = TextFileld(64);

JDBC02 theDB = new JDBC02(theStatus);

and its giving me 2 errors about JDBC02, cannot resolve symbol.

and anyone please help.

thanks

Mohammad

[447 byte] By [MWAHEEDa] at [2007-9-27 6:36:27]
# 1
That's because there's no class classed JDBC02 in any of the packages you have imported.
cknelsena at 2007-7-8 9:18:01 > top of Java-index,Developer Tools,Java Compiler...