No, Tomcat is not a requirement for Gradle. To check if it's installed, Open a command prompt or terminal. Type catalina version or catalina.bat version (on Windows) and press Enter. If Tomcat is installed, you should see details about its version. If not, you'll get an error or command not found message. I'm a little behind on vids, seems like a nice quick topic. Look for a video soon on installing it.
Hi. I have a problem, they are not the same even though downloaded at the same page? C:\Users\asus\Downloads>type gradle-8.5-bin.zip.sha256 9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026 C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip.sha256 SHA1 hash of gradle-8.5-bin.zip.sha256: a3f15037caf2440be77a57769bc72bb1e1e62433 CertUtil: -hashfile command completed successfully.
You must create the checksum with certutil from the zip folder and not from the checksum itself (.sha256). You therefore only need to delete ".sha256" in the certutil command.
Sorry I didn't get back to you, was busy yesterday. Looks like @MaxMustermann-if9rf jumped in with a great response. Please write back if there are still issues and thanks for watching!
@@MaxMustermann-if9rf Thanks for the reply. Both commands return the same result, is that correct? C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip SHA1 hash of gradle-8.5-bin.zip: d20d932d614adc68f153d24ac04996963a8681d3 CertUtil: -hashfile command completed successfully. C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip.sha256 SHA1 hash of gradle-8.5-bin.zip.sha256: a3f15037caf2440be77a57769bc72bb1e1e62433 CertUtil: -hashfile command completed successfully.
@@MaxMustermann-if9rf Thanks for the reply. Both commands return the same result, is that correct? C:\Users\asus\Downloads>certutil -hashfile gradle-8. 5-bin .zip SHA1 hash of gradle-8. 5-bin. zip: (Sorry, I must have a " " so that RUclips does not misunderstand as 1 link) d20d932d614adc68f153d24ac04996963a8681d3 CertUtil: -hashfile command completed successfully. C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip.sha256 SHA1 hash of gradle-8.5-bin.zip.sha256: a3f15037caf2440be77a57769bc72bb1e1e62433 CertUtil: -hashfile command completed successfully.
Thank you for sharing your experience! I'm glad to hear you were able to resolve the issue by adjusting your system variables. Could you please provide more details about the specific changes you made? This information could be incredibly helpful to other viewers who might face similar challenges. Your contribution to improving the community's understanding is highly valued!
So in my video, I'm installing 8.1.1 which was the latest when I recorded the video. I just looked this morning and 8.9 is the latest (gradle.org/releases/) That's totally fine, 8.9 is what you should install. Just follow the steps I outline, the installation should remain the same. Please do write back if you have any more questions. Cheers!
i did everything correctly but when i but this to cmd gradle -V it says 'gradle' is not recognized as an internal or external command, operable program or batch file.
When you encounter an error while downloading Gradle tasks on Windows 11, here are a few steps to troubleshoot: 1) Make sure Gradle is properly installed by running gradle -v in the command prompt. 2) Ensure the JAVA_HOME environment variable is set correctly and points to your JDK installation. 3) If you're behind a firewall or proxy, configure Gradle to use the correct proxy settings by editing the gradle.properties file. 4) Sometimes clearing the Gradle cache can help. You can do this by deleting the .gradle directory in your user home directory. If the issue persists, you might want to share the specific error message for more targeted assistance. Thanks for watching!
i get this error when i try to verify the installation, anyone knw a fix? this is the error: Error opening zip file or JAR manifest missing : C:\Program Files\Gradle\gradle-8.10.2/lib/agents/gradle-instrumentation-agent-8.10.2.jar Error occurred during initialization of VM agent library failed Agent_OnLoad: instrument
Hey, when I am up to testing if its been installed ( 3:28 ) it doesnt NOT WOOOOORK.... Please help... (SOLUTION) I found that the path would "unset" even when i saved it... not sure why... i think u need to do it a few times until it works....
Tell me more about what is wrong. One thing that it could be at this point in the video; it's important to open a new command window for gradle to be found.
@@beginsecure when I to gradle -v it keeps saying: 'gradle' is not recognized as an internal or external command, running program or batch file. it says the same thing even if i open command prompt again
It's unusual for it to take that long. Usually, it should only take a few minutes, depending on your computer's specs. You might want to check if your system is running other heavy processes or if there are any issues with your disk.
Sorry to hear that your Gradle build failed. Some things to check: 1 Checking your Gradle version compatibility. 2 Ensuring all dependencies are correctly specified. 3 Looking for any specific error messages in the build output. If you share more details about the error message, I might be able to help further!
That's amazing the way you teach. :) Congratulations for this great tutorial
I appreciate your kind comments!! Thanks for watching!!
I found your page trying to install Maven, you have so many helpful videos. Thank you so much.
Thank you for the kind words and thanks for watching!!
very interesting, teacher u are the best, easy too understand any you teach, thank you !
I’m glad you found it helpful! Thanks for watching.
What a smooth explanation,
Thank you my friend for that
Thank you! and thanks for watching!
Thank you very much for providing a detailed explanation
Glad it was helpful!
tomcat server (10.1.8) must be installed? If needed How to check whether its installed or not if not installed how to install?
No, Tomcat is not a requirement for Gradle.
To check if it's installed, Open a command prompt or terminal.
Type catalina version or catalina.bat version (on Windows) and press Enter.
If Tomcat is installed, you should see details about its version. If not, you'll get an error or command not found message.
I'm a little behind on vids, seems like a nice quick topic. Look for a video soon on installing it.
Hi. I have a problem, they are not the same even though downloaded at the same page?
C:\Users\asus\Downloads>type gradle-8.5-bin.zip.sha256
9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip.sha256
SHA1 hash of gradle-8.5-bin.zip.sha256:
a3f15037caf2440be77a57769bc72bb1e1e62433
CertUtil: -hashfile command completed successfully.
You must create the checksum with certutil from the zip folder and not from the checksum itself (.sha256). You therefore only need to delete ".sha256" in the certutil command.
Sorry I didn't get back to you, was busy yesterday. Looks like
@MaxMustermann-if9rf jumped in with a great response. Please write back if there are still issues and thanks for watching!
@@MaxMustermann-if9rf Thanks for the reply. Both commands return the same result, is that correct?
C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip
SHA1 hash of gradle-8.5-bin.zip:
d20d932d614adc68f153d24ac04996963a8681d3
CertUtil: -hashfile command completed successfully.
C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip.sha256
SHA1 hash of gradle-8.5-bin.zip.sha256:
a3f15037caf2440be77a57769bc72bb1e1e62433
CertUtil: -hashfile command completed successfully.
@@beginsecureOk haha
@@MaxMustermann-if9rf Thanks for the reply. Both commands return the same result, is that correct?
C:\Users\asus\Downloads>certutil -hashfile gradle-8. 5-bin .zip
SHA1 hash of gradle-8. 5-bin. zip: (Sorry, I must have a " " so that RUclips does not misunderstand as 1 link)
d20d932d614adc68f153d24ac04996963a8681d3
CertUtil: -hashfile command completed successfully.
C:\Users\asus\Downloads>certutil -hashfile gradle-8.5-bin.zip.sha256
SHA1 hash of gradle-8.5-bin.zip.sha256:
a3f15037caf2440be77a57769bc72bb1e1e62433
CertUtil: -hashfile command completed successfully.
This was a fantastic tutorial, thank you!
You're very welcome! Glad it helped!!
Initially it didn't work for me, but then I switched path to system variables and then it worked.
Thank you for sharing your experience! I'm glad to hear you were able to resolve the issue by adjusting your system variables. Could you please provide more details about the specific changes you made? This information could be incredibly helpful to other viewers who might face similar challenges. Your contribution to improving the community's understanding is highly valued!
at 1.47 i see that your file matches mine is not i don't know if i should continue did i make a mistake?
So in my video, I'm installing 8.1.1 which was the latest when I recorded the video. I just looked this morning and 8.9 is the latest (gradle.org/releases/) That's totally fine, 8.9 is what you should install. Just follow the steps I outline, the installation should remain the same. Please do write back if you have any more questions. Cheers!
Um vídeo muito porreiro pah, obrigado parceiro!
i did everything correctly but when i but this to cmd
gradle -V
it says
'gradle' is not recognized as an internal or external command,
operable program or batch file.
found the error i forgot to save enviroment varible
Great job being persistent and finding the issue.
@@beginsecure die
It works! thanks bro!
You're welcome!! Thanks for watching!
While downloading gradle tasks , it gives error
What should I do ?
When you encounter an error while downloading Gradle tasks on Windows 11, here are a few steps to troubleshoot: 1) Make sure Gradle is properly installed by running gradle -v in the command prompt. 2) Ensure the JAVA_HOME environment variable is set correctly and points to your JDK installation. 3) If you're behind a firewall or proxy, configure Gradle to use the correct proxy settings by editing the gradle.properties file. 4) Sometimes clearing the Gradle cache can help. You can do this by deleting the .gradle directory in your user home directory. If the issue persists, you might want to share the specific error message for more targeted assistance. Thanks for watching!
@@beginsecure OK I'll try .
i get this error when i try to verify the installation, anyone knw a fix? this is the error:
Error opening zip file or JAR manifest missing : C:\Program Files\Gradle\gradle-8.10.2/lib/agents/gradle-instrumentation-agent-8.10.2.jar
Error occurred during initialization of VM
agent library failed Agent_OnLoad: instrument
YOU ARE THE BEST
Thanks and thanks for watching!
Thank you very much!
You're welcome, thanks for watching!
Hey, when I am up to testing if its been installed ( 3:28 ) it doesnt NOT WOOOOORK.... Please help... (SOLUTION) I found that the path would "unset" even when i saved it... not sure why... i think u need to do it a few times until it works....
same
Tell me more about what is wrong. One thing that it could be at this point in the video; it's important to open a new command window for gradle to be found.
@@beginsecure
when I to gradle -v
it keeps saying: 'gradle' is not recognized as an internal or external command, running program or batch file.
it says the same thing even if i open command prompt again
@@beginsecure Hey i found a solution
@@urmoitFound solutoin, read original comment
is it normal to take 20-30mins for the zip file to extract !
It's unusual for it to take that long. Usually, it should only take a few minutes, depending on your computer's specs. You might want to check if your system is running other heavy processes or if there are any issues with your disk.
is java version "1.8.0_421" good
It’s pretty old and out of date. I would suggest 17 or 21 to use the latest long term support.
Thanks a lot
thank you:)
You're welcome! Thanks for watching!
my gradle build failed how can i fix it
Sorry to hear that your Gradle build failed. Some things to check:
1 Checking your Gradle version compatibility.
2 Ensuring all dependencies are correctly specified.
3 Looking for any specific error messages in the build output.
If you share more details about the error message, I might be able to help further!
thanks bruh
Happy to help. Thanks for watching!
thank you
You're welcome and thank you for watching!
Thanks
Appreciate you watching!!
how do i update java
Try this: ruclips.net/video/RkjLCtIvPt8/видео.html
@@beginsecure i got it 30 minutes ago but thanks it work
It didn't work for me
Sorry to hear that. What happened? Let's figure it out. I have a Discord server if you want to reach out there.
link?@@beginsecure