SDK1.4 and imports
OK I抣l start by apologising for this post, as I have read other posts where people are struggling after the installation of sdk1.4 and they seem to get a frosty reception. That said I need help, and if my question has been addressed many times before I don抰 expect a step by step guide, but if someone could point me to a relevant manual or help file I would be very grateful.
OK, here goes, I was mid way through coding an application in Java using JRE 1.3 and SDK1.2.2 but it kept crashing when I populated combo boxes from an access database, so on recommendation I installed the latest versions of java.
The runtime environment now works great, apart from changing the look and feel of my application, however I now get compiler errors on previously compiled code.
OK cutting to the chase ?It doesn抰 seem to like my import commands. My code is split into many different classes, pulled together by import commands at the beginning, these however through the following error:
import ManagerInformationValidation;
^
C:\Coding\ManagerInformationInterface.java:2: '.' expected
Any help would be appricated.
Kris Dowse

