gradlew command not found?

I am working on a Java project with gradlew. I use Ubuntu Linux as my OS. When I run “gradle” it runs, and gives me info. But when I run “gradlew”, it outputs as “No command ‘gradlew’ found, did you mean:
Command ‘gradle’ from package ‘gradle’ (universe)
gradlew: command not found”

I did my research, I have jdk, and I did sudo apt-get install gradle. I am totally clueless

Error is:

$ gradlew clean jpackage
bash: gradlew: command not found...

19 Answers
19

Leave a Comment