(base) [vladimir@cores ax3]$ haxe build.hxml
Error: Error: Cannot process [hxjava]: Library hxjava is not installed : run 'haxelib install hxjava'
(base) [vladimir@cores ax3]$ ^C
(base) [vladimir@cores ax3]$ haxelib install hxjava
Downloading hxjava-4,2,0.zip...
Download complete: 0.24KB in 0.6s (0.3KB/s)
Download complete: 12.12MB in 14.3s (844.5KB/s)
Installing hxjava...
Current version is now 4.2.0
Done
(base) [vladimir@cores ax3]$ haxe build.hxml
[0.052s][warning][exceptions] Class java.lang.Object in throws clause of method void ax3.Main.main() is not a subtype of class java.lang.Throwable
[0.053s][warning][exceptions] Class java.lang.Object in throws clause of method void ax3.Main.checkParseTree(java.lang.String, java.lang.String, java.lang.Object) is not a subtype of class java.lang.Throwable
Exception in thread "main" playerglobal32_0.swc (No such file or directory)
at java.base/java.io.RandomAccessFile.open0(Native Method)
at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
at sys.io.File.read(/mnt/files/SDKs/Haxe/bin/std/java/_std/sys/io/File.hx:55)
at ax3.SWCLoader.getLibrary(src/ax3/SWCLoader.hx:520)
at ax3.SWCLoader.load(src/ax3/SWCLoader.hx:42)
at ax3.Main.main(src/ax3/Main.hx:25)
at ax3.Main.main(src/ax3/Main.hx:1)
src/ax3/Main.hx:29: characters 18-44 : Warning : (WDeprecated) Std.is is deprecated. Use Std.isOfType instead.
This is my log. Just reporting, expect nothing.