Compile with SqLite 3.8.x

156 views
Skip to first unread message

Nikita K

unread,
Nov 24, 2013, 7:05:16 AM11/24/13
to sqlit...@googlegroups.com
Is it possible to compile the sqlite4java from source with later version of SqLite?
I need SqLite 3.8.0.2.

ser...@almworks.com

unread,
Nov 24, 2013, 11:20:05 PM11/24/13
to sqlit...@googlegroups.com

Hi Nikita,

 

Yes, it should be possible to recompile – try to check out the project and replace the amalgamation distribution of sqlite in the sqlite/ folder, then run build as described on this page - https://code.google.com/p/sqlite4java/wiki/BuildingFromSource

 

Hope this helps,

Igor

--
You received this message because you are subscribed to the Google Groups "sqlite4java" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlite4java...@googlegroups.com.
To post to this group, send email to sqlit...@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlite4java.
For more options, visit https://groups.google.com/groups/opt_out.

free...@gmail.com

unread,
Dec 19, 2013, 2:38:38 AM12/19/13
to sqlit...@googlegroups.com
Attached - SQLite 3.8.1 x64

воскресенье, 24 ноября 2013 г., 16:05:16 UTC+4 пользователь Nikita K написал:
sqlite4java-win32-x64.7z

nikita...@gmail.com

unread,
Dec 22, 2013, 2:01:11 PM12/22/13
to sqlit...@googlegroups.com, ser...@almworks.com
Thank you. I try compile sqlite4java without any changes and get this error:


E:\ddd\dev-inst\db-embedded\sqlite4java\scr-sqlite4java\ant>gant -Djdk.home=E:\Dev\Tools\Java\jdk1.6.0_45 -Dswig.home=E:\Dev\Tools\swigwin-1.3.40 -Dwsdk.home="C:\Program Files\Microsoft SDKs\Windows\v7.1" -Dplatforms=windows release dist
Exception in thread "main" java.lang.NoClassDefFoundError:
Caused by: java.lang.ClassNotFoundException:
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: .  Program will exit.


I set all *_HOME environment variables, i add *_HOME\bin to PATH.
My system is Windows XP SP3 Home.
This error is for variantes: Java 5 or Java 6, "release all" or "release dist", with or without "-Dplatforms=windows".


понедельник, 25 ноября 2013 г., 5:20:05 UTC+1 пользователь ser...@almworks.com написал:

nikita...@gmail.com

unread,
Dec 22, 2013, 7:09:12 PM12/22/13
to sqlit...@googlegroups.com, ser...@almworks.com, nikita...@gmail.com
Problem is solved.

http://jira.codehaus.org/browse/GANT-129
"Gant is distributed with the Groovy Windows installer and all the test work so any changes would need to refer back to the creation of the Windows installer for validation."

I delete all previous Groovy and Gant, install Groovy and Gant from groovy-2.2.1-installer.exe and all is ok.

воскресенье, 22 декабря 2013 г., 20:01:11 UTC+1 пользователь nikita...@gmail.com написал:
Thank you. I try compile sqlite4java without any changes and get this error:
...

matthias...@gmail.com

unread,
Sep 18, 2014, 10:12:25 AM9/18/14
to sqlit...@googlegroups.com
sqlite4java doesn't seem to be actively maintained anymore, so is anyone who's been successful at compiling sqlite4java against a recent (preferably current) version of SQLite willing and able to release those binaries?
Preferably through a maven repository...


Op zondag 24 november 2013 12:05:16 UTC schreef Nikita K:

Igor Sereda

unread,
Sep 19, 2014, 12:44:25 AM9/19/14
to sqlit...@googlegroups.com
Hi guys,

A new version of sqlite4java with the latest SQLite is coming soon! Please bear with us for a while.

Kind regards,
Igor
--
You received this message because you are subscribed to the Google Groups "sqlite4java" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlite4java...@googlegroups.com.
To post to this group, send email to sqlit...@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlite4java.
For more options, visit https://groups.google.com/d/optout.

matthias...@gmail.com

unread,
Sep 23, 2014, 11:28:11 AM9/23/14
to sqlit...@googlegroups.com, ser...@almworks.com
That's great news. Thanks in advance!

Fingers crossed :-)



Op vrijdag 19 september 2014 05:44:25 UTC+1 schreef Igor Sereda:

roman...@gmail.com

unread,
Jul 26, 2018, 5:14:05 PM7/26/18
to sqlite4java
hi!
are there any plans to release a new version supporting a recent sqlite release?

thanks!
Roman

Igor Sereda

unread,
Jul 26, 2018, 5:16:33 PM7/26/18
to sqlite4java
Hi Roman,

Thanks for your question. I'd love to have sqlite4java updated and to address the accumulated issues. Let me get back to you within a few weeks about the progress.

Kind regards,
Igor

Roman Pickl

unread,
Jul 27, 2018, 1:57:16 AM7/27/18
to sqlit...@googlegroups.com
Thx for the fast response! Looking forward to the outcome

--
You received this message because you are subscribed to a topic in the Google Groups "sqlite4java" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sqlite4java/JTwvfgvLPL4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sqlite4java...@googlegroups.com.

To post to this group, send email to sqlit...@googlegroups.com.

roman...@gmail.com

unread,
Sep 12, 2018, 1:55:57 AM9/12/18
to sqlite4java
Good morning,
I see there's quite some progress in the bitbucket repo.
Which version of sqlite will be supported?
I'm asking because a severe bug was found in 3.24.0
http://www.sqlite.org/cgi/src/info/9936b2fa443fec03ff25

Kind regards,
Roman

ser...@almworks.com

unread,
Sep 12, 2018, 8:50:31 AM9/12/18
to sqlite4java
Hi Roman,

Yes, we finally got to work on it. We updated SQLite to the latest version -- indeed, it was 3.24.0. 

Thanks for bringing our attention to this bug. We still have a bunch of work to do before we release the next sqlite4java version, so hopefully SQLite team fixes the bug and we'll update SQLite again before the release.

Kind regards,
Igor

roman...@gmail.com

unread,
Apr 2, 2019, 11:07:54 AM4/2/19
to sqlite4java
Hi Igor,
Any update concerning a new release?

Thanks a lot,
Roman

ser...@almworks.com

unread,
Apr 15, 2019, 3:44:40 PM4/15/19
to sqlite4java
Hi Roman,

Sorry – can't promise a date yet. Hope to finish the outstanding task with the contributors in a few months. Meanwhile, the updated code can be checked out from master and built manually.

Kind regards,
Igor

roman...@gmail.com

unread,
Jul 5, 2019, 6:00:33 AM7/5/19
to sqlite4java
Thanks for the update. I'll take a look.
Reply all
Reply to author
Forward
0 new messages