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

Thread: compile erroe with Netbeans

  1. #1
    Junior Member tomy's Avatar
    Join Date
    Jan 2018
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question compile erroe with Netbeans


    i try write a a project with netbeans 8.2 in my computer .
    when i copy it and import this project in another computer and try to compile it with netbeans 8.2
    i see this error .please help me if possible:
    this is error :

    "Could not load definitions from resource org/jetbrains/kotlin/ant/antlib.xml. It could not be found.
    ant -f C:\\Users\\QUQNTOM\\Documents\\NetBeansProjects\\C hangefile -Dnb.internal.action.name=run run
    init:
    Deleting: C:\Users\QUQNTOM\Documents\NetBeansProjects\Change file\build\built-jar.properties
    deps-jar:
    Could not load definitions from resource org/jetbrains/kotlin/ant/antlib.xml. It could not be found.
    Updating property file: C:\Users\QUQNTOM\Documents\NetBeansProjects\Change file\build\built-jar.properties"
    Last edited by tomy; January 26th, 2018 at 07:42 AM. Reason: explain more

  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: compile erroe with Netbeans

    Those error messages look like a problem setting up the project in NB, not a compiler error.
    I don't know NB, maybe someone else that does can help.

    Moved to IDE section.


    Also posted at: https://coderanch.com/t/689989/java/compile-error
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 6
    Last Post: September 24th, 2014, 11:04 AM
  2. How to compile OSGI bundle as EAR file in Netbeans
    By rcbandit in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: October 26th, 2011, 01:53 AM
  3. [SOLVED] JMS Example + netbeans = won't compile
    By DJB79 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: June 27th, 2011, 10:40 PM
  4. [SOLVED] Netbeans 7.0 won't compile files.
    By Melawe in forum Java IDEs
    Replies: 3
    Last Post: June 14th, 2011, 04:38 AM