B4J Question Webview & Certificate Lets encrypt - Erel (first post)    Mar 20, 2016   (3 reactions) security.cert.X509Certificate certs, String authType) { } } }; // Install the all-trusting trust manager try { SSLContext sc = SSLContext.getInstance("SSL"); sc.init(null, trustAllCerts, new java.security.SecureRandom()); HttpsURLConnection.se B4J Question malformed input for jdeps - Erel (first post)    Jul 14, 2021   (1 reaction) You should only use the built-in packager: Integrated B4JPackager11 - The simple way to distribute standalone UI apps Check the files in the Files folder. Is there any file with non-ASCII characters? B4J Question NTLM again, now with 8.90 - Erel (first post)    May 02, 2021   (1 reaction) setAccessible(true); engine = (NTLMEngine)f.get(scheme); String localNtlmMsg1 = null; localNtlmMsg1 = engine.generateType1Msg(domain, workstation); ntlmMsg1 = localNtlmMsg1; } @Override public Request authenticate(Route route, Response response) thro Bug? [SOLVED] System.OutOfMemoryException - Erel (first post)    Jan 31, 2018   (1 reaction) Such errors are almost always not really related to memory limits but rather to a corrupted layout file. Specifically the BalConverter project includes a fxml layout file. Have you tried to load it with the internal designer? It can cause such error. B4J Question jMQTT getting (EOFException)java.io.EOFException from rabbitmq broker - Erel (first post)    Feb 27, 2022 Hard to say. Sounds like the broker is misconfigured. B4J Question jRDC2 (EofException) org.eclipse.jetty.io.EofException: Closed - Erel (first post)    Mar 19, 2023   (1 reaction) You should expect clients to disconnect abruptly. As long as the database isn't modified then there isn't anything else you need to do. B4J Question SD_SQL error - java.lang.reflect.InvocationTargetException - Erel (first post)    Oct 11, 2020   (1 reaction) Big mistake to make multiple inserts without a transaction. If this is not a local database then you should use SQL.AddNonQueryToBatch: https://www.b4x.com/android/forum/threads/b4x-sql-with-wait-for.79532/#content Why not use parameterized queries????? Use Wait For MySQL_Ready (Success As Boolean B4J Question Standalone Package detected as Virus - Erel (first post)    Feb 01, 2021   (2 reactions) No. Nothing is added except of components from OpenJDK.
No, there is no malware in the generated package. Every new executable, especially unsigned ones, will be detected as malware by some detectors.
Signing it will help.
Once enough users will download it, it will have higher reputation and ther B4J Question java.lang.RuntimeException: java.sql.SQLException - Erel (first post)    Mar 27, 2022 At least some of these errors are related to clients closing the connection abruptly. Such errors are expected. B4J Question EncryptData Using a receiving Key- javax.crypto.BadPaddingException - Erel (first post)    Oct 04, 2023 Post the supplier instructions. Page: 1   2   3   4   5   6   7   Powered by ColBERT |