java.io.IOException: Cannot run program "C:\Program Files\Zulu\zulu-15\bin\java.exe" (in directory "C:\Users\eraonel\git\apps"): CreateProcess error=206, The filename or extension is too long

2022-12-13 Thread Mikael Petterson
Hi, Is there a way around this error message when I run “Debug File”? Br, //mike

maven build is successful but modules still have errors

2022-10-27 Thread Mikael Petterson
Hi, I have been using Eclipse but are now using Netbeans 15. I am building with maven in Netbeans and it is successful: Exporter ... SUCCESS [ 7.083 s] BUILD SUCCESS

How to see missing implementations of a new method in interface

2022-09-30 Thread Mikael Petterson
Hi, I am using Netbeans 15 ( really great IDE!!). When I build using maven I get: error: ClassA.InnerclassB is not abstract and does not override abstract method mymethod(int number,String name) in IntefaceA. Should IDE not show warnings or hints in the code so I can fix it. Or have a missed