In my eclipse it shows application run failwd, what should i need to do?

Pls help me To solve this issue

Hello Raaj,

Welcome to the Flowable community!

I’m afraid there is not enough information for anyone to be able to assist. You don’t state what you are attempting to run or any error messages you are receiving. Can you please provide more details?

Will

. ____ _ __ _ _
/\ / __ _ () __ __ _ \ \ \
( ( )_
_ | '_ | '| | ’ / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) )
’ |
| .__|| ||| |_, | / / / /
=========|
|==============|/=////
:: Spring Boot :: (v2.2.1.RELEASE)

2019-11-27 08:07:38.287 INFO 17164 — [ main] o.s.boot.SpringApplication : Starting SpringApplication v2.2.1.RELEASE on DHARANIDHARAN with PID 17164 (C:\Users\DHARANI.m2\repository\org\springframework\boot\spring-boot\2.2.1.RELEASE\spring-boot-2.2.1.RELEASE.jar started by DHARANI in C:\Users\DHARANI\eclipse-workspace\dependency)
2019-11-27 08:07:38.301 INFO 17164 — [ main] o.s.boot.SpringApplication : The following profiles are active: @spring.profiles.active@
2019-11-27 08:07:38.716 ERROR 17164 — [ main] o.s.boot.SpringApplication : Application run failed

java.lang.IllegalArgumentException: Sources must not be empty
at org.springframework.util.Assert.notEmpty(Assert.java:464) ~[spring-core-5.2.1.RELEASE.jar:5.2.1.RELEASE]
at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:391) [spring-boot-2.2.1.RELEASE.jar:2.2.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:314) [spring-boot-2.2.1.RELEASE.jar:2.2.1.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) [spring-boot-2.2.1.RELEASE.jar:2.2.1.RELEASE]
at org.springframework.boot.SpringApplication.main(SpringApplication.java:1242) [spring-boot-2.2.1.RELEASE.jar:2.2.1.RELEASE]

How does your Spring Boot app look like?

Googling around, this seems to be related to not having a main method? See https://stackoverflow.com/questions/34905675/spring-application-start-error-sources-must-not-be-empty