79617162

Date: 2025-05-12 03:55:48
Score: 1
Natty:
Report link

I got the same issues today , initially i tried to use the modular approach but atlast by using the old launcher class technique its fixed and the sample application is launched!

package com.htech.sample;


public class Launcher {

    public static void main(String[] args) {
        Main.main(args);
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Hasnat Rasool