I am trying to run a simple web application, a simple servlet, but
after running it on netbeans 6.8 (newer version), it gives an error
message as below:

G:\Course work\Java Passion\J2EE\JSP Basics\4003_jspbasics\jspbasics
\samples\hello2\nbproject\build-impl.xml:366: The
libs.CopyLibs.classpath property is not set up.
This property must point to
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is
part
of NetBeans IDE installation and is usually located at
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
 ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-
j2seproject-copylibstask.jar
BUILD FAILED (total time: 0 seconds)

I have added the .jar file manually by going into ant through options
in Tools menu as stated in the error message.

Kindly, give some guidance so that I can tackle this problem.

Thank you.

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to