Re: Gradle support and depending projects

2021-06-28 Thread Thomas Kellerer
It seems this problem only affects the project to which the currently visible file in the editor belongs to. So if I have projects A,B and C open, and the active editor shows a file from project B when I close NetBeans, then those unresolved imports (even in the same package of the project) are

Re: No main classes found

2021-06-28 Thread Zulfi Khan
Hi,Thanks for pointing out the problem in the signature of main. I wrote the main class as: package com.mycompany.fibseries2; /**  *  * @author zulfi  */ public class MyTest {     public static void main(String[] args){     System.out.println("Test");     } } It worked. Zulfi. On Monda

Re: No main classes found

2021-06-28 Thread Andreas Reichel
On Tue, 2021-06-29 at 04:17 +0100, Som Lima wrote: > Some legal main method signatures. > public static void main(String a[]) > public static void main(String[] a) > public static void main(String... a) All the same signature byte-code wise, only different ways to write it. Cheers Andreas

Re: No main classes found

2021-06-28 Thread Owen Thomas
It might help you to know Zulfi that a method's "signature" is more than just its name. It also includes the number and types of each of its parameters. You can create more than one method with the same name as long as the parameters are different. This is why the compiler didn't complain that you

Re: No main classes found

2021-06-28 Thread Som Lima
I understand there are 26 ways to have a main method signatures Some legal main method signatures. public static void main(String a[])public static void main(String[] a)public static void main(String... a) https://www.backbutton.org https://backbtn.ddns.net ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ Jakarta EE Appli

Re: No main classes found

2021-06-28 Thread Scott Palmer
Yeah, the main method shown in your screen shot has the wrong signature.. taking a String instead of a String [] Scott > On Jun 28, 2021, at 9:26 PM, Andreas Reichel > wrote: > > Greetings. > > You will need to set the "Main Class" in the Project Properties as shown > below. > The "Main Cla

Re: Jsf replacement

2021-06-28 Thread Som Lima
Thank you for the clarification. https://www.backbutton.org https://backbtn.ddns.net ¯\_(ツ)_/¯ ♡۶♡۶ ♡۶ Jakarta EE Application Developer skill challenge https://lit-taiga-52898.herokuapp.com/ On Mon, 28 Jun 2021, 23:24 Will Hartung, wrote: > On Sun, Jun 27, 2021 at 12:36 PM Som Lima wrote: >

Re: Jsf replacement

2021-06-28 Thread Will Hartung
On Sun, Jun 27, 2021 at 12:36 PM Som Lima wrote: > Is Java Server Pages being pushed back and replaced with another > technology ? > No. There was chatter of adding an MVC style action framework to the JEE standard, but I believe that has stalled. The call for those kinds of frameworks has d

Re: Question about netbeans compatibility

2021-06-28 Thread Emilian Bold
If you download a 32bit JRE (there's a 32bit Zulu) then I expect NetBeans would work. --emi lun., 28 iun. 2021, 09:38 LOVELIN DHONI J.B a scris: > I want to download netbeans latest version on my PC. My PC is windows 7 32 > bit version. Does Netbeans 12.4 supports that or which version of Netbe