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).
zmj27404 于 2010-12-02 14:49:03发表:
you should to look for the book named <完全应用ubuntu>
arkiarx 于 2010-12-01 13:57:21发表:
cool
majch 于 2010-09-20 19:58:07发表:
Good!....