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 Monday, June 28, 2021, 8:16:57 PM CDT, Zulfi Khan <[email protected]>
wrote:
Hi,
I am working onNetbeans 12.4.
I have created theproject FibSeries2. When I am trying to run it by selecting
theproject name from the left pane and right clicking the mouse and
thenselecting “Run”, I am getting a small window which says “nomain classes
Found”.
But when I clickBuild, 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 theimage.
Zulfi.