java

  1. 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...
  2. 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) {...
  3. 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