jmon Well-Known Member Licensed User Longtime User Aug 17, 2015 #1 Hello I get an error after updating to 3.50 when I compile a project that was working properly before updating: B4J version: 3.50 Parsing code. (0.00s) Compiling code. (0.07s) Compiling layouts code. (0.01s) Compiling generated Java code. (0.55s) Compiling debugger engine code. Error javac 1.8.0_51 shell\src\b4j\example\main_subs_0.java:6: error: error while writing main_subs_0: could not create parent directories public class main_subs_0 { ^ 1 error Click to expand... The application doesn't show up. Thanks for your help Jmon
Hello I get an error after updating to 3.50 when I compile a project that was working properly before updating: B4J version: 3.50 Parsing code. (0.00s) Compiling code. (0.07s) Compiling layouts code. (0.01s) Compiling generated Java code. (0.55s) Compiling debugger engine code. Error javac 1.8.0_51 shell\src\b4j\example\main_subs_0.java:6: error: error while writing main_subs_0: could not create parent directories public class main_subs_0 { ^ 1 error Click to expand... The application doesn't show up. Thanks for your help Jmon
Erel B4X founder Staff member Licensed User Longtime User Aug 17, 2015 #2 Seems like there is another process who locked a file or folder in the project folders.
jmon Well-Known Member Licensed User Longtime User Aug 17, 2015 #3 I see, It's because I was compiling on a network drive. Weird, it used to work properly, but now it doesn't anymore...
I see, It's because I was compiling on a network drive. Weird, it used to work properly, but now it doesn't anymore...