itzKrishna
itzKrishna
Yes, the code you've provided should work correctly after creating a JPackage distribution for Linux and macOS. The System.loadLibrary("mypl"); call is used to load a native library named "mypl". The...
public class HelloWorld{ public static void main(String[] args){ System.out.println("Hello World!"); } }
Correct Code: public class helloWorld{ public static void main(String[] args){ System.out.println(" hello world! It's me malitha!"); } } Java is case-sensitive ,so its important to pay attention to the casing...