Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Gradle problem

  1. #1
    Junior Member
    Join Date
    Nov 2019
    Location
    Tokyo
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Gradle problem

    Hello to all,
    I am a perfect bigginer.7

    I did to the letter this tutorial.
    https://developers.google.com/drive/...uickstart/java
    And everything was perfectly fine.
    I executed it ones, but
    I don't how to restart it.

    If I Run it it ask me use ant. but everything was made with gradle.
    I don't find how to replace ant by gradle inside eclipse.

    If I use powershell I get an other error message.

    That's my situation.

    The libraries must be there because it worked perfectly ones.

    Lost for now.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Really basic question, sorry!! build done, executed one time, and few problems to reuse the code

    How do you execute the program? For example double click on a file or enter the java command in a command prompt?

    Please post all related files here, no links. I do not click on links to other sites.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Nov 2019
    Location
    Tokyo
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Really basic question, sorry!! build done, executed one time, and few problems to reuse the code

    Hello Norm,
    thank you for the answer.

    For the execution of the program:
    the first time I did what was said in the google tutorial.
    You have it with a search like : Java API Google Drive
    I did the
    >gradle run
    and all was fine.
    for the first time.
    ...
    Ok,
    I just redid the exact same thing,
    the error output was showing me a folder that I added afterword.
    I just put out this folder and it's now working like music paper.
    But please accept all my appologies for the fuzz, this gave me the opportunity to formulate the problem and by that I was able to see where the problem was.
    Then Tank you also.

    I think I will be more present in the future here, because all this is extremly new to me.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Gradle problem

    Sorry, I do not know anything about gradle or how it is related to java programming. Is there a forum for gradle where you could ask questions about it?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Gradle web application debug issue
    By simha in forum Java IDEs
    Replies: 0
    Last Post: March 31st, 2018, 02:53 AM
  2. Problem with Project Euler problem 18
    By sara_magdy in forum What's Wrong With My Code?
    Replies: 2
    Last Post: July 19th, 2013, 12:46 PM
  3. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM
  4. [SOLVED] [Problem] imports javax.swing problem
    By Brollie in forum AWT / Java Swing
    Replies: 8
    Last Post: July 5th, 2009, 07:59 AM
  5. Java program for 2-D Array Maze
    By Peetah05 in forum Collections and Generics
    Replies: 11
    Last Post: May 8th, 2009, 04:30 AM