红联Linux门户
Linux帮助

linux+eclipse+sqlite

发布时间:2008-01-29 01:01:13来源:红联作者:Goando
1. look for javas installed:
sudo update-alternatives --config java

choosing the standard java 1.5 as default solved the class version problem.

2. install java sqlite on linux
have to compile sqlite from source! otherwise can't configure javasqlite

3. link error: can't find sqlite_jni in java.library.path
copy the libsqlite_jni.so to one of the java.library.path showed in Eclipse->Help->About Eclipse SDK->Configuration Details.

One problem left: junit test with Chinese characters can't pass, should be encoding problem. UTF-8 in ubuntu, GBK in windows(can pass).
文章评论

共有 3 条评论

  1. zmj27404 于 2010-12-02 14:49:03发表:

    you should to look for the book named <完全应用ubuntu>

  2. arkiarx 于 2010-12-01 13:57:21发表:

    cool

  3. majch 于 2010-09-20 19:58:07发表:

    Good!....