We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@dtwizee commented on Mon Feb 13 2017
first time using excercise.io installed everything correctly but couldnt get gradle test in cmd to work
C:\Users\David\exercism\java\hello-world> gradle test 'gradle' is not recognized as an internal or external command, operable program or batch file.
help would be appreciated
@NobbZ commented on Mon Feb 13 2017
Installing gradle on windows is explained on the Installing Java page.
gradle
According to your error message I'd guess you are using windows, so the next step according to that guide is to choco install gradle.
choco install gradle
Please do remember, that choco needs an elevated powershell to work.
choco
If your problem persists though, it would be more appropriate to open up an issue at https://github.com/exercism/xjava/issues since documentation is part of the tracks repository.
The text was updated successfully, but these errors were encountered:
@dtwizee, sorry that the onboarding process hasn't been smooth!
Looks like @NobbZ has pointed you to the right set of instructions. Please let us know how this goes. We're here to help!
Sorry, something went wrong.
This support ticket is more than a week open with no activity: closing.
@dtwizee, if you find you're still not there with this, please comment in this ticket with where you're at and we'll be happy to assist!
No branches or pull requests
@dtwizee commented on Mon Feb 13 2017
first time using excercise.io installed everything correctly but couldnt get gradle test in cmd to work
help would be appreciated
@NobbZ commented on Mon Feb 13 2017
Installing
gradle
on windows is explained on the Installing Java page.According to your error message I'd guess you are using windows, so the next step according to that guide is to
choco install gradle
.Please do remember, that
choco
needs an elevated powershell to work.If your problem persists though, it would be more appropriate to open up an issue at https://github.com/exercism/xjava/issues since documentation is part of the tracks repository.
The text was updated successfully, but these errors were encountered: