B4J Question KVS sqlite-3.7.2-sqlitejdbc.dll blocked

Patent

Member
Licensed User
Longtime User
Hi Guys,

i wanna use the B4J internal KeyValueStore.
I see the lib is using the a sqlite jdbc dll.
And that is my problem:
My Systems says: java.lang.UnsatisfiedLinkError: C:\Users\xyz\AppData\Local\Temp\sqlite-3.7.2-sqlitejdbc.dll: This Prog is blocked by an Group Policy Object.

Its a very restricted System, i have to use. :mad:
WIN 10 Enterprise.

Any chance to solve this?

Greetings
Patent
 

PaulMeuris

Active Member
Licensed User
Maybe you can find some Group Policy setting that blocks the use of this dll.
Right click on the windows icon and select Run. Type in gpedit.msc and press Enter.
 
Upvote 0

Patent

Member
Licensed User
Longtime User
My System does not allow this. Cant see and change the Policy.
I have tried to change the folder in which the jdbc lib saves the temporary sqlite dll.
My System has folders with less restrictions.
But now it is sure that it is blocked everywhere. :mad:
I will do it with normal Maps, i think.

thank you
 
Upvote 0
Top