mazezone Member Licensed User Longtime User Sep 26, 2024 #1 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!
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!
Solution Erel Sep 27, 2024 Fixed in v1.14: https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content
Erel B4X founder Staff member Licensed User Longtime User Sep 27, 2024 #2 Fixed in v1.14: https://www.b4x.com/android/forum/t...uild-libraries-without-eclipse.29918/#content Upvote 1 Solution