AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  Does Applications Manager 9.3 client support MacOS

    Posted May 13, 2019 07:21 PM

    Is MacOS with Open JDK 11 supported for the 9.3 Client? When trying to run I get the following error:

     

    AW_HOME: /Users/Eric/appworx

    JAVA_HOME: /Users/Eric/appworx/jdk-11

    java.io.IOException: Cannot run program ""/Users/Eric/appworx/jdk-11/bin/javaw"": error=2, No such file or directory

    at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)

    at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)

    at java.base/java.lang.Runtime.exec(Runtime.java:591)

    at java.base/java.lang.Runtime.exec(Runtime.java:415)

    at java.base/java.lang.Runtime.exec(Runtime.java:312)

    at com.appworx.client.local.RunClient.main(RunClient.java:44)

    Caused by: java.io.IOException: error=2, No such file or directory

    at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)

    at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)

    at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)

    at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)

    ... 5 more

    End RunClient



  • 2.  RE: Does Applications Manager 9.3 client support MacOS

    Posted Jun 03, 2019 11:03 AM
    According to the documentation neither Mac or Linux will work for the Applications Manager 9.3 client.  It's how the interface now launches.  However, their is an idea to have it to add the support back.


  • 3.  RE: Does Applications Manager 9.3 client support MacOS

    Posted Oct 23, 2019 01:51 PM
    Is there a timeline for when this will be added back in? We just upgraded to 9.3 and have lost the ability for people using mac's or Linux machines to log in where they used to be able to before. It seems odd that the jar file is looking specifically for "javaw". Java, on non-windows machines, covers the same task.