B4J Question Error compiling a B4J server project with the new beta version

Cristian Rufino

Member
Licensed User
Longtime User
Hello, I have installed the new beta version of B4J, and when compiling it is returning the following error:

B4X:
B4J Versión: 10.50 BETA #1
Parseando código.    (0.05s)
    Java Versión: 19
Building folders structure.    (0.05s)
Compilando código.    (0.15s)
Compilado códigos de diseños.    (0.01s)
Organizando librerías.    (0.01s)
Compilando el código Java generado.    (4.53s)
Compilando el código del motor de depuración.    Error
error: file not found: C:\Program Files\Anywhere Software\B4J\debug_java_nonui_modules.txt

arguments: -J-Xmx2048m -d shell\bin\classes  @"C:\Program Files\Anywhere Software\B4J\debug_java_nonui_modules.txt"  -Xmaxerrs 1 -nowarn -Xlint:none  -target 9 -source 9 -version -encoding UTF-8 -cp "C:\Program Files\Anywhere Software\B4J\libraries\jdebugrapid.jar"; ......
 

mcqueccu

Expert
Licensed User
Longtime User
download the file from post #10 and add to your installation directory of B4J

 
Upvote 0
Top