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 3 of 3

Thread: ant without netbeans

  1. #1
    Member
    Join Date
    Apr 2013
    Posts
    83
    Thanks
    7
    Thanked 3 Times in 3 Posts

    Default ant without netbeans

    when you build a java package in netbeans you get message stating

    To run this application from the command line without Ant, try:
    java -jar "/home/user01/NetBeansProjects/project/dist/project.jar"


    but how would you compile it with ant?


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: ant without netbeans

    This is not an ant forum.
    Did you have some code you forgot to post?
    Thread moved from "Whats wrong with my code?" due to lack of code!!
    Please be more selective on where you post future questions

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: ant without netbeans

    There are several Ant tutorials available on the web. Google is your friend.

Similar Threads

  1. Langton's Ant. Can anybody complete it?
    By dazzle1218 in forum What's Wrong With My Code?
    Replies: 19
    Last Post: April 21st, 2013, 02:08 PM
  2. [SOLVED] Lagnton Ant
    By dianac in forum Object Oriented Programming
    Replies: 41
    Last Post: April 21st, 2013, 08:01 AM
  3. Error in ant files
    By workforsiva in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 17th, 2013, 08:38 AM
  4. Java Ant
    By dsavatar in forum Java Theory & Questions
    Replies: 2
    Last Post: December 6th, 2012, 09:29 AM
  5. Ant Colony Simulator
    By KevinWorkman in forum The Cafe
    Replies: 4
    Last Post: December 14th, 2011, 01:39 PM