java

  1. 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:
  2. 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?
  3. 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...
  4. 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) {...
  5. 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