B4J Question malformed input for jdeps - rboeck    Jul 13, 2021 nio.charset.MalformedInputException: Input length = 1
. 22 more
I tried all versions of java 8/32 8/64 11 and 14; i tried b4j packager 1.5 for java 8, standalone and integrated. I have a nearly identical app, which i can package without problems.
I renamed my jar file to a zip file and tried t B4J Question [Solved] Error in Package Standalone - Aldo's    Dec 20, 2023 ZipCoder$UTF8.toString(ZipCoder.java:60) at java.base/java.util.zip.ZipFile.getZipEntry(ZipFile.java:663) at java.base/java.util.zip.ZipFile$ZipEntryIterator.next(ZipFile.java:521) at java.base/java.util.zip.ZipFile$ZipEntryIterator.nextElement(ZipFile.java:509) at java.base/java.uti B4J Library [BANano] Kendo UI Core - Wrapper - Ilya G. (first post)    Mar 21, 2019 xml
java.net.MalformedURLException: unknown protocol: c
at java.net.URL.<init>(URL.java:600)
at java.net.URL.<init>(URL.java:490)
at java.net.URL.<init>(URL.java:439)
at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:620)
at com. B4J Tutorial UI apps packaging - self contained installers - alienhunter (first post)    Nov 09, 2016 Hi
I get this error , it worked i in earlier java 1.80.60 , now 101
any clue why
thanks
(IOException) java.io.IOException: java.lang.IllegalArgumentException: MALFORMED
49892
I narrowed it down to archiver , it does not unzip the manifest for some reason
Dim archiver As Archiver
B4J Question server-exceptions after stresstest - schimanski    Sep 08, 2017 FATAL - java.sql.SQLException: The database disk image is malformed (database disk image is malformed) FATAL - java.sql.SQLException: SQL error or missing database (no such table: main) FATAL - java.sql.SQLException: Some kind of disk I/O error occurred (disk I/O error) FATAL - org.eclip 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 Any established way for B4J to produce notifications for macOS/Win10? - Daestrum (first post)    Jun 17, 2021   (5 reactions) This will generate a windows notification Sub Process_Globals Private fx As JFX Private MainForm As Form Private xui As XUI Private Button1 As B4XView Dim img As Image End Sub Sub AppStart (Form1 As Form, Args() As String) MainForm = Form1 MainForm.RootPane.LoadLayout( B4J Question B4JPackager11 Problem - sdleidel    Mar 14, 2021 . . java.lang.IllegalArgumentException: malformed input off : 1594136, length : 1 at java.base/java.lang.StringCoding.throwMalformed(StringCoding.java:685) at java.base/java.lang.StringCoding.decodeUTF8_0(StringCoding.java:872) at java.base/java.lang.StringCoding.newStringUTF8NoRepl(Stri B4J Question ImageView file formats - KMatle (first post)    Mar 10, 2018 Here's my code:
...
Dim iv As ImageView
iv.Initialize("")
Log(asJO(Me))
iv.SetImage(asJO(Me).RunMethod("loadImage",Array("file:///C:/test/CCF100420160009.tif")))
RechnungenForm.RootPane.AddNode(iv,10,10,300,300)
End Sub
Sub asJO(o As JavaObject)As JavaObject
Return o
End Su B4J Question Raspberry Pi FTP Download Server SSH Response Error - rwblinn    Mar 24, 2016 Hi, when downloading via FTP a file from a local Raspberry Pi, follow error occurs: Download not completed. Error: org.apache.commons.net.MalformedServerReplyException: Could not parse response code. Server Reply: SSH-2.0-OpenSSH_6.7p1 Raspbian-5+deb8u1 SSH is active on the Raspberry Pi. Project Page: 1   2   3   4   5   6   7   Powered by ColBERT |