B4J Question [SOLVED] Packager problem (SSL doesn't work)

rosippc64a

Active Member
Licensed User
Longtime User
Hi All!
I have a big project what need doing SSL connection. On my development machine (win 10 home) the program works well. When I make a package (project -> make a standalone package) and install it into a fresh installed win 10 home (no any preinstalled java), the program can run, but no SSL connection.
In my project I use the "#AdditionalJar: bcprov-jdk14-1.64.jar" and use the c:\java\jdk-11.0.1\bin\javac.exe for compiling. I am using the accept all option also.
The error result is:
Is it enough to tell me what jar or somewhat else do I need to put into the package to get rid this error?
 

rosippc64a

Active Member
Licensed User
Longtime User
I should read...

I need put jdk.crypto.ec into my project (as @Erel said)
B4X:
#PackagerProperty: IncludedModules = jdk.charsets, javafx.web, jdk.crypto.ec
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…