Subject [Firebird-Java]Installation Problem , need help
Author Buliang
Hi Gang:
 
I have problem for installing JayBird.
 
the following is my win2000 pro environment
 
JDK Version = 1.3.1_07
FireBird Version = 1.0 Build 794
JayBird Version=FirebirdSQL-1.0.0RC3.zip
 
I extract the FirebirdSQL-1.0.0RC3.zip file to C:\Program Files\Firebird\JDBC\
 
firebirdjmx.jar
firebirdsql.jar
firebirdsql.rar
firebirdsql-test.jar
lib\mini-concurrent.jar
lib\jaas.jar
lib\mini-j2ee.jar
lib\log4j-core.jar
 
and add firebirdsql.jar to the classpath as below:
 
  classpath=...;;;C:\Program Files\Firebird\JDBC\firebirdsql.jar;%classpath%
 
I test the connection in VisualAge 4.0 as following settion:
 
URL= jdbc:firebirdsql:localhost:3050/d:\\database\\sungdb.gdb
Driver = org.firebirdsql.jdbc.FBDriver
username=SYSDBA
password=masterkey
 
I did not receive any error message, it just didn't work.
 
please help me to solve the problem.
 
should i install the interclient 2.01 too?(or what does it for?)
 
thanks all
 
best regards
 
Alfred Yang