Jump to content

skaviouz

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

skaviouz's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm looking for the script file, where I can find all the commands that can be executed? So I made a shortcut file (so I can set a shortcut key to it) "java.exe" "-Dorg.gradle.appname=gradlew" -classpath "%userprofile%\Documents\NetBeansProjects\Forge\\gradle\wrapper\gradle-wrapper.jar" org.gradle.wrapper.GradleWrapperMain runClient and that runs my client, but where do I find the list of commands other than runClient, etc. I notice I have a new directory at %userprofile%/.gradle I ran into this because I was attempting to debug my project, as I'm making GUI. and being able to code on runtime is just invaluable. and then I remember a long time ago looking at an ant script with all the commands. and I know gradle replaced ant it seems.
  2. I had a similar problem, I solved it by unpathing Open JDK Portable, and installing the normal JDK, and adding the new installation location to the beginning of the path variable. talk about a waist of two hours, looking for problems >_>
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.