Subject | Where is org package ? |
---|---|
Author | itpcl |
Post date | 2004-01-30T06:38:50Z |
Hello
It is my first trial of writing java program to connect FB.
After copying *.jar from JayBird 1.5 lib directory
to CLASSPATH of JDK, then I compile the two example programs.
And I get the following error messages.
DataSourceExample.java:27: package org.firbirdsql.pool does not exist
org.firebirdsql.pool.FBWrappingDataSource dataSource =
1 error
DriverExample.java:179: package org.firebirdsql.jdbc does not exist
d = new org.firebirdsql.jdbc.FBDriver ();
1 error
How can I solve them?
Thanks
It is my first trial of writing java program to connect FB.
After copying *.jar from JayBird 1.5 lib directory
to CLASSPATH of JDK, then I compile the two example programs.
And I get the following error messages.
DataSourceExample.java:27: package org.firbirdsql.pool does not exist
org.firebirdsql.pool.FBWrappingDataSource dataSource =
1 error
DriverExample.java:179: package org.firebirdsql.jdbc does not exist
d = new org.firebirdsql.jdbc.FBDriver ();
1 error
How can I solve them?
Thanks