Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

shutdown window

  Asked By: Pedro    Date: Sep 25    Category: Java    Views: 463
  

I am making a trojan using RMI.
I want that when client click close button then server's window will
close .

So there is any function or class that can shutdown or restart
computer?

Share: 

 

6 Answers Found

 
Answer #1    Answered By: Jake Williams     Answered On: Sep 25

Do you honestly want us to help you making  a virus, using Java none the
less? Or did I misunderstood something here?

 
Answer #2    Answered By: Muriel Dunn     Answered On: Sep 25

I am not making  virus .
I am making remote desktop.
So almost 75% work is done.
Can you help me now??

 
Answer #3    Answered By: Trae Thompson     Answered On: Sep 25

there is already a java vnc client...........

 
Answer #4    Answered By: Rochelle Elliott     Answered On: Sep 25

from what i remember from uni, when they made java they made it in mind of the
fact that theres certain things it wont let you do on someone elses computer,
specifically so people couldn't make it do things like mess around with files or
drives on other peoples computers. I don't know if rmi  is included in this
though or whether the new versions of java let u do this.

mind you i'd love to be able to get my program to shut down the computer after
it is done.

does anyone know how to make it do just that?

 
Answer #5    Answered By: Silvia Chapman     Answered On: Sep 25

> from what i remember from uni, when they made java they made it in mind of
the fact that theres certain things it wont let you do on someone elses
computer, specifically so people couldn't make it
> do things like mess around with files or drives on other peoples computers. I
don't know if rmi  is included in this though or whether the new versions of java
let u do this.

> mind you i'd love to be able to get my program to shut down the computer
after it is done.

> does anyone know how to make it do just that?

JNI //may// be able to. but you dont want to use JNI. How about using
C?

I recently made some UPS clients that shut the computer down. Theres
no point using java for this requriemnet. Use plain old ANSI c.

 
Answer #6    Answered By: Ty Thompson     Answered On: Sep 25

s> Hello,

s> I am making  a trojan using RMI.
s> I want that when client  click close  button then server's window  will
s> close .

Window o = new Window();
o.open();

User u = new User("salman");
u.open(o);
u.jump();

u.close(o);

s> So there is any function  or class  that can shutdown  or restart
s> computer?

 
Didn't find what you were looking for? Find more on shutdown window Or get search suggestion and latest updates.




Tagged: