Is it a eclipse 3.3m6 bug? [message #466832] |
Wed, 25 April 2007 07:34 |
Eclipse User |
|
|
|
Originally posted by: cherish.chen.gmail.com
In my eclipse 3.3M6 RCP project ,I use a derby as network database,and
in the eclipse enviroment, it works fine ,but when it's exported out as
an RCP application,it can't work for can't connect to the database
throuth network, but it work fine if I use eclipse 3.2 export ,the
detail is below:
(1) derby as a network databse,
driver = "org.apache.derby.jdbc.ClientDriver";
protocol = "jdbc:derby://localhost:1527/d:/test/healthdb";
(2) In my application,I begin the derby database server and run the
client,then got the error info:"java.net.ConnectException: Error
opening socket to server localhost on port 1527l with message:
Connection refused: connect"
thanks in advance!
|
|
|
Powered by
FUDForum. Page generated in 0.04290 seconds