Before you can use jConnect in your application, load the driver by entering the following statement:
Class.forName("com.sybase.jdbc.SybDriver").newInstance();
Using the newInstance method works around issues in some browsers.