I need some wisdom here guys and gals.
This error is doing my head in, please help. Knowing my luck it's something simple but I can figure out what I'm doing wrong.
This is in NetBeans IDE 5.5 (for developing mobile Java apps).
Obviously I've installed, jdk1.6.0, j2me, along with jdk1.6.0-docs and NetBeans 5.5 and Mobility Pack. I have added the following lines to my Environment Variable CLASSPATH (the Oracle ones are for Database Connection):-
also, within Netbeans I have loaded the following:-
Now it still says the error on the first line, and I have rebooted my machine just incase. However, I have tested the database connection and it works a charm, so I'm actually starting to think do I need to import "java.sql.*" to work with JDBC??? Does NetBeans even support it??? (i.e It's not like JCreator)
Thanks for any help!!!
This error is doing my head in, please help. Knowing my luck it's something simple but I can figure out what I'm doing wrong.

Obviously I've installed, jdk1.6.0, j2me, along with jdk1.6.0-docs and NetBeans 5.5 and Mobility Pack. I have added the following lines to my Environment Variable CLASSPATH (the Oracle ones are for Database Connection):-
Code:
C:\Program Files\Java\jdk1.6.0\bin;
C:\Program Files\Java\jdk1.6.0\jre\bin;
C:\Program Files\Oracle\classes12.jar;
C:\Program Files\Oracle\ojdbc14.jar;
D:\Oracle\product\10.2.0\db_1\jdbc\lib\classes12.zip;
D:\Oracle\product\10.2.0\db_1\sqlj\lib\runtime12.jar;
C:\J2ME\bin;
C:\Program Files\Java\jdk1.6.0\lib
also, within Netbeans I have loaded the following:-


Now it still says the error on the first line, and I have rebooted my machine just incase. However, I have tested the database connection and it works a charm, so I'm actually starting to think do I need to import "java.sql.*" to work with JDBC??? Does NetBeans even support it??? (i.e It's not like JCreator)
Thanks for any help!!!
