Help coderanch get a
new server
by contributing to the fundraiser

depak khatri

Greenhorn
+ Follow
since Jul 05, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by depak khatri

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
14 years ago


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 want to make an remote desktop application
can someone help me
please tell me which java class's i need to build this application
i have changed my name as per your guidelines says no funny names now will you please help me
now with my problem
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