java

  1. K

    Android Question error with customlistview

    java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 1176092 bytes I got this is error on customlistview add and there are only 515 records to load Error log :: java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 1176092 bytes...
  2. 52manhua

    Java Question How To Initialize B4A Map in Java

    I take it for granted, but it doesn't seem to work. package com.example; import anywheresoftware.b4a.BA; import anywheresoftware.b4a.BA.*; import anywheresoftware.b4a.objects.collections.Map; @Version(1.0f) //@Permissions(values={"android.permission.INTERNET"}) @ShortName("FirstLib")...
  3. walterf25

    Java Question Returning Value on BA.RaiseEvent method

    Hi All, i'm trying to wrap a library and on one of the listeners for one of the properties i have the need to return an integer value, I was wondering if this is possible with any of the BA.RaiseEvent methods, if not is there any other way to accomplish this. Below is the java portion of the...
  4. analizer3816

    Android Question cannot get data in List & Map from java library

    I can't get size or data in list and map from java lib [I need java lib + b4a and use list in map , map in map, map in list or list in list] please suggest me for fixed this problem thanks this is my test lib java library code: ackage testlib; import anywheresoftware.b4a.BA; import...
  5. Mashiane

    JavaPoint

    https://www.javatpoint.com Perhaps someone might find it useful. With what I want to do I have to learn for some Inline Java Programming... :mad:
  6. LWGShane

    Uh oh

    https://www.itassetmanagement.net/2018/05/01/oracle-to-charge-for-java-from-jan-2019/?nabw=1&utm_referrer=https%3A%2F%2Fwww.google.com%2F How does this affect B4J?
  7. aeric

    B4J Question [SOLVED] Running jar on Ubuntu Linux 18.04

    My B4J app runs on Windows 7. I try to install Ubuntu Linux 18.04 Desktop 64bit on VirtualBox and see whether my app runs on it. The jar is compiled using B4J version 6.01. I install Java JRE and OpenJFX. java -version openjdk version "10.0.1" 2018-04-17 OpenJDK Runtime Environment (build...
  8. Shivito1

    B4J Question Inline java use vairable

    Code: #if java public static void foo() { try { @SuppressWarnings("unused") String command = "c:\\windows\\system32\\net.exe use f: " + x ; Process p = Runtime.getRuntime().exec(command); System.out.print("does not = 1"); } catch (Exception name) {...
  9. Shivito1

    B4J Question jo.RunMethod error

    Error: Waiting for debugger to connect... Program started. Type Network Path: example(\\Server\SharedFolder) Error occurred on line: 61 (Main) java.lang.IllegalArgumentException: object is not an instance of declaring class at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...
Top