Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Silva   on Sep 25 In Java Category.

  
Question Answered By: Silvia Chapman   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.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

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


Tagged: