i am making a prog to enter values in a textfield array and sum all those values but
i am getting null pointer exception when i click on sum button and clear button
please help me out
i want to make an application where two computers are connected through lan and on the client computere i want to
provide a form, from where i can control the cursur on the other computer
what ever one can do on a computer i should be able to do on that form
like
open a folder
opening an application
its like providing a platform to operate another computer
without using hardware of that computer
and sorry for posting in the wrong forum actually i was confused and i just write it
i am using netbeans 6.8 and while running my program an error "build-impl.xml:577: The module has not been deployed" occured . my web.xml file is shown below
i am trying to use context parameter in my servlets there are two servlets first one is listener.java which implements ServletContextListener and another is servlet1.java i dont undertand the error everything is fine in both the files please help me