EJB by using Apache Netbeans

2022-11-01 Thread Abduladem Aljamel
Hi,, I am just wondering about the announced tutorial abou creating an EE Application or EJB By using Apache Netbeans IDE 12 or more. All the tutorials do not use Apache Netbeans. for example this tutorial example in this link https://netbeans.apache.org/kb/docs/javaee/javaee-entapp-ejb.html It me

Re: createDirectory(....)

2022-11-01 Thread Amn
Superb!! I missed that subtle spelling difference and ... well, pay the price for it with countless hours of unsuccessful trials, but you came along and clearly identified it. Thanks man! On 2022-11-01 1:38 a.m., Helmut Leininger wrote: Maybe you should use Files.createDirectories(dirpath) in