Greetings to the community!
Recently, I downloaded from the netbeans.org webpage and installed, with no problems, the Netbeans 6.7 bundled with glassfish in my linux Ubuntu.
Then, I executed the installation following the directions in the page.
Now, with the Nebeans opened , I just created a Web Application with nothing on it, just the Hello World! in the jsp template page and when I clicked on Run I got the following message:
Created dir: /home/antonio/java-practice/prueba_borrar6.7/build/empty
/home/antonio/java-practice/prueba_borrar6.7/nbproject/build-impl.xml:401: The following error occurred while executing this line:
/home/antonio/java-practice/prueba_borrar6.7/nbproject/build-impl.xml:224: org.netbeans.modules.java.source.ant.UserCancel
BUILD FAILED (total time: 0 seconds)
What it's kind of weird is that I have not done almost anything, no code, no nothing: I just installed the whole package, everything just fine, I have my JDK6, but when I add a new web application project and try to run it I receive that message.
I also have Netbeans 6.5 installed in my ubuntu and with it I was able to run it.
When I examined those lines in the mentioned filed (build-impl.xml) I noticed that in both lines (401 and 224) the javac word is present...
I'd really appreciate your help. Thanks for your time!!
Antonio.
[Message sent by forum member 'antonio_baez' (antonio_baez)]
http://forums.java.net/jive/thread.jspa?messageID=354775