Re: [Kontor-user] Linux-Kontor Install
Brought to you by:
rtfm
|
From: Ingo F. <fer...@co...> - 2004-09-14 10:52:53
|
Christopher Sawtell wrote: >> ... >>http://www.gnuenterprise.org/ - is not a progam, it is a set of >>(intresting!) tools but unfortunately in early alpha. >> >>If you find somthing that works, email me! > > You might care to look at:- > http://www.freemoney.org/index.html > > The Perl code is a bit impenetrable, and the interface is entirely WWW / html > but hopefully it might do what you want. I´m searching for a real programm with lot of Hotkeys. For pople that do the whole day nothing other than control this programm. Web-interface is the wrong way here. >>>excecution: 'No suitable driver'' >>> Intern: >>> SQLException (java.sql.SQLException): >>> Meldung: 'No suitable driver' >>> Code: 0 >>> Status: '08001' > > You seem to be interfacing to db2 here and yet just 6 lines lower it is > postgresql which is mentioned. > > Is that relevant? I think not. 'No suitable driver' means java can`t find the db-driver. Make sure that he is in classpath and it is the correct driver. This is a problem with java only on this position! > > >>> >>>I use Linux-Kontor 13, jdk 1.1.8, swing-1.1.1fcs and PostgreSQL 7.0.3 >>>with SuSE Linux 7.1. The >>>directories jdbc and swing-1.1.1fcs are in the jdk-dir >>>(/usr/lib/jdk1.1.8) and symlinked in /usr/lib also. >>> >>>Thx in advance for help > > The versions of the software mentioned above are _very_ old. > Is there a reason for that? Every java-version and every postgreSQL-version has its own postgre-driver. If this fits, everything should work. |