jshell library

  1. max123

    B4J Question Cannot get jShell stdOut, it only show on the log when close the app

    Hi all, I access YUICompressor java file with jShell, this library minify JS and CSS files by removing whitespaces, tabs, end of lines and any character that not really needed and so to be smaller when load in the webpage. I had 2 chances, or use the java library and manage it with java, or...
  2. W

    B4J Question CMD.Exe

    i use jShell library and i want run Hep on cmd.exe Dim shl As Shell shl.Initialize("shl", "cmd.exe", Array As String("Help")) shl.WorkingDirectory = "C:\Windows\System32\" -------------- output is : Success Microsoft Windows [Version 10.0.17134.112] (c) 2018 Microsoft Corporation...
Top