. Advertisement .
..3..
. Advertisement .
..4..
I am doing my first exercises in Java and how to solve the error: could not find or load main class pc. Thus, your recommendations are highly appreciated to improve my problem. Thanks.
Here is a suggestion from ITtutoria team for youCheck your build.gradle file and update the application block:
application {
// Define the main class for the application.
// insert the entire name of the class
mainClassName = 'packageName.MainClass'
}
1 Answer