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 Application Developer skill challenge

https://lit-taiga-52898.herokuapp.com/

On Tue, 29 Jun 2021, 03:48 Scott Palmer, <swpal...@gmail.com> wrote:

> 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 <
> andr...@manticore-projects.com> wrote:
>
> Greetings.
>
> You will need to set the "Main Class" in the Project Properties as shown
> below.
> The "Main Class" will need to have a method "public static void
> main(String[] args)"
>
> Best regards
> Andreas
>
> <Image-PSVR50.png>
>
> On Tue, 2021-06-29 at 01:16 +0000, Zulfi Khan wrote:
>
> Hi,
> I am working on Netbeans 12.4.
>
> I have created the project FibSeries2. When I am trying to run it by
> selecting the project name from the left pane and right clicking the mouse
> and then selecting “Run”, I am getting a small window which says “no main
> classes Found”.
>
> But when I click Build, it works but run is not working. When I click on
> run,  a small window comes, which tell, no main found.
>
>
> Please guide me.
>
> I have attached the image.
>
>
> Zulfi.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Reply via email to