B4J Question malformed input for jdeps - rboeck    Jul 13, 2021 .MalformedInputException: Input length = 1
... 22 more
I tried all versions of java 8/32 8/64 11 and... "main" java.lang.IllegalArgumentException: malformed input off : 6151, length : 1...
InputJar: C:\B4J\MobilCRM Desktop CC\Objects\result.jar
Running: C:\B4J\B4JPackager11_1... B4J Question Problem with stand alone build - derez    Jun 8, 2023 .Main.main(Main.java:1649) Caused by: java.nio.charset.MalformedInputException: Input length = 1....IllegalArgumentException: malformed input off : 1322, length : 1 at java.base/java.lang.StringCoding.throwMalformed...I try to build a standalone package of a project and get these errors, any help to solve it ? The program itself runs with no errors. B4JPackager11 Version 1.40 Exe name: MyFamilyMySQL.exe build folder: E:\B4J\Family_new\MyFamilyMySQL_client4\Objects\temp\build InputJar: E... B4J Question [Solved] Error in Package Standalone - Aldo's    Dec 20, 2023 by: java.nio.charset.MalformedInputException: Input length = 1 ... 12 more....exe Running: C:\Java\jdk-14.0.1\bin\jar java.lang.IllegalArgumentException: malformed input off : 849, length : 1 at java.base/java.lang.StringCoding.throwMalformed(StringCoding.java:698...I try made a Package Standalone with B4J v. 10 and Java v. 14.0.1 I receive this error: B4JPackager11 Version 1.40 Exe name: result.exe build folder: C:\B4X\ALDUSB~1\B4J\Objects\temp\build InputJar... B4J Question B4JPackager11 Problem - sdleidel    Mar 14, 2021 .Main.main(Main.java:1676) Caused by: java.nio.charset.MalformedInputException: Input length = 1...:\Users\appnd\OneDrive\PR0371~1\B4J_MA~1\Objects\temp\FindDosPath.exe . Running: C:\Java11_0_1\jdk-11.0.1\bin\jar . . . java.lang.IllegalArgumentException: malformed input off : 1594136, length : 1 at java.base/java.lang.StringCoding.throwMalformed... B4JPackager11 Version 1.21 Exe name: Marinapark.exe InputJar: C... B4A Tutorial [B4X] Input dialogs with XUI Views - Erel    Jan 23, 2019   (20 reactions)   tags: XUI for text input. You can set a regex pattern that will be used to validate the input. The OK button... configuration for numeric inputs. There are 4 possible modes based on the 2 options: whole numbers and positive numbers. On B4A and B4i the keyboard type is set to best match the expected input type. Example: Sub btnWholePositive_Click Dim input As B4XInputTemplate input.Initialize input.lblTitle.Text = "Whole Positive:" input.ConfigureForNumbers(False, False... B4J Question j.Download gives java.io.FileNotFoundException (Input/output error) - jkhazraji (first post)    Dec 5, 2024 File.Copy2 where it gives the following error:
java.io.FileNotFoundException: /media/pss-admin/pssDrive2/file_store/4e3f015a-3930-41ac-84d0-cb707ab70ca7.jpg (Input/output error).
Is this due to some... B4J Question [Solved] javax.net.ssl.SSLHandshakeException - bdunkleysmith    Jul 4, 2022 I have a couple of B4J applications which have operated without error for several years and which include #PackagerProperty: IncludedModules = jdk.crypto.ec as per Tips and special cases 7 in Integrated B4JPackager11 - The simple way to distribute standalone UI apps to specifically deal with javax.net.ssl.SSLHandshakeException errors, however of recent times the applications....ssl.SSLHandshakeException: Received fatal alert: handshake_failure at java.base/sun.security.ssl... B4A Code Snippet [B4X] Exception To String, with Stack Trace - Erel    Jul 20, 2025   (14 reactions) an exception happens. You can show it for debug purposes or handle in other ways. Public Sub ExceptionToString(Exception As Object) As String #if b4i Dim sb As StringBuilder sb.Initialize sb.Append(Exception) Dim symbols As NativeObject If GetType(Exception) = "NSError...").RunMethod("callStackSymbols", Null) Else If GetType(Exception) = "NSException" Then symbols = Exception.As(NativeObject).RunMethod("callStackSymbols"... B4J Question java.lang.NumberFormatException: For input string: "null" Why is there an error when data can be found in the database? Thank you - guandjy (first post)    Dec 18, 2023
Dim val1 As String = row(res.Columns.Get("BUMEN")) 'case is important in Map keys
Di... B4J Question java.lang.NumberFormatException: For input string: - Rob White (first post)    Dec 15, 2023   (1 reaction) OK I see the problem.
I am when/how I changed this!
Thanks for your reply EnriqueGonzalez.... Page: 1   2   3   4   5   6   7   |