Skip to main content
added 3 characters in body
Source Link
ravibeli
  • 494
  • 12
  • 30

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh below could fix this issue, but it will be more of command-line fix, not in IntelliJ to launch gradle bootRun.

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh below could fix this issue, but it will more of command-line fix, not in IntelliJ to launch gradle bootRun.

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh below could fix this issue, but it will be more of command-line fix, not in IntelliJ to launch gradle bootRun.

added 4 characters in body
Source Link
ravibeli
  • 494
  • 12
  • 30

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh also itbelow could be fixedfix this issue, but it will more of command-line fix, not in IntelliJ to launch gradle bootRun.

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh also it could be fixed, but it will more of command-line fix, not in IntelliJ to launch gradle bootRun.

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh below could fix this issue, but it will more of command-line fix, not in IntelliJ to launch gradle bootRun.

added 105 characters in body
Source Link
ravibeli
  • 494
  • 12
  • 30

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

If this doesn't workThe above change must resolve the issue, belowthere is another answer havingway using script run.sh check that optionalso it could be fixed, but it will more of command-line fix, not in IntelliJ to launch gradle bootRun.

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

If this doesn't work, below another answer having script run.sh check that option.

Try adding this in build.gradle (gradle version 4.10.x) file and check it out com.xxx.MainClass this is the class where your main method resides:

plugins { id "ua.eshepelyuk.ManifestClasspath" version "1.0.0" } apply plugin: 'application' application { mainClassName = "com.xxx.MainClass" } 

The above change must resolve the issue, there is another way using script run.sh also it could be fixed, but it will more of command-line fix, not in IntelliJ to launch gradle bootRun.

added 24 characters in body
Source Link
ravibeli
  • 494
  • 12
  • 30
Loading
added 22 characters in body
Source Link
ravibeli
  • 494
  • 12
  • 30
Loading
Source Link
ravibeli
  • 494
  • 12
  • 30
Loading