Android Question Simple Library Compiler 1.13 command line error

mazezone

Member
Licensed User
Longtime User
After updating B4A to v1.13 i get an error when running the command B4J_LibraryCompiler.exe test D:\test\test :
B4X:
Simple Library Compiler
Starting step: Compiling Java code.
exists: True
exists2: True
System.Exception: Cannot find: javac.exe
Please configure paths (Tools - Configure Paths).
   в Dbasic.ProcessHelper.runProcess(Process p, Boolean listenToOutput)
   в Dbasic.ProcessHelper.CompileCode.Run()
   в LibraryCompiler.Form1.Compile(String name, String ignore, String path)

The path to version 8 is prescribed. From the GUI, everything works.

Help!
 
Top