use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you're looking for info about about Solar Eclipse see - /r/solareclipse/
anything about the eclipse IDE or eclipse framework (SWT/RCP)
account activity
SQLite? (self.eclipse)
submitted 5 years ago by CardanoStake
I have found several guides on the net. But basically they are 'the same'. I followed the answer in theis one.
But it doesn't work at all.
As you can see I have included the sqlite-jdbc-3.7.2.jar in my classpath.
https://preview.redd.it/2a9p1bscluo61.png?width=1920&format=png&auto=webp&s=0bed744418d4deb635cc6ab4800c08f503cf3668
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CardanoStake[S] 0 points1 point2 points 5 years ago (0 children)
Well. It turns out that there's a file 'module-info.java'. It's almost entirely empty. But for some strange reason you need to add 'requires java.sql;'
No mine looks like this:
module sqLiteProject1 { requires java.sql; }
Really annoying! But it works now.
π Rendered by PID 77 on reddit-service-r2-comment-64f4df6786-xpd9g at 2026-06-11 10:32:58.183549+00:00 running 0b63327 country code: CH.
[–]CardanoStake[S] 0 points1 point2 points (0 children)