B4J Question JRDC (dangerously silent)

Dey

Active Member
Licensed User
Longtime User
hello
i noticed this today in JRDC sdk dk-19.0.2\bin\javac.exe

MLog initialization issue: slf4j found no binding or threatened to use its (dangerously silent) NOPLogger. We consider the slf4j library not found.

it seems everything is working fine.
 

aeric

Expert
Licensed User
Longtime User
Check:
 
Upvote 0

Dey

Active Member
Licensed User
Longtime User
Check:
i work with sqlite
#AdditionalJar: sqlite-jdbc-3.46.1.0.jar
DriverClass=org.sqlite.JDBC
 
Upvote 0

Chris2

Active Member
Licensed User
Longtime User
Maybe it has something to do with this:
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I think you are compiling to Standalone Package.
Read:
 
Upvote 0

Dey

Active Member
Licensed User
Longtime User
I think you are compiling to Standalone Package.
Read:
yes, compiling to Standalone Package.

thanks for the answers
 
Upvote 0
Top