Olá a todos, boa tarde.
Pessoal, tenho um projeto que executei tranquilamente no Windows 8, no entanto, quando fui executar o mesmo no Ubuntu 9.10 estar dando o seguinte erro abaixo no Netbeans.
Alguém saberia me dizer como trata-lo?
Desde de já, obrigado pela ajuda de todos.
Abraço
ERRO
ant -f /home/jeovane/Dropbox/NetBeansProjects/Ontology-Browser/owlbrowser -DforceRedeploy=false -Ddirectory.deployment.supported=true -Dnb.wait.for.caches=true run
/home/jeovane/Dropbox/NetBeansProjects/Ontology-Browser/owlbrowser/nbproject/build-impl.xml:759: 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