Здравствуйте, Аноним, Вы писали:
А>А>Driver driver = (Driver)Class.forName("jdbc.LinJdbc.LinterDriver").newInstance();
А>
А>имеем
А>Unhandled exception type ClassNotFoundException
А>Unhandled exception type IllegalAccessException
А>Unhandled exception type InstantiationException
Прочитай про Checked Exceptions в Java. Ключевые слова try..catch, throws помогут решить эту проблему.