Results 1 to 2 of 2

Thread: JAVA handling hardware

  1. #1
    Can java directly interact with hardware without using the underlying operating system API's? I am actually making a remote acess utility where I want to disable interaction of operating system with my mouse and keyboard but keeping inact the interaction of the JAVA program with the hardwares .

    Is it possible ? If yes How?

  2. Internet, Programming and Graphics   -   #2
    lynx's Avatar .
    Join Date
    Sep 2002
    Location
    Yorkshire, England
    Posts
    9,759
    Java runs in a "Virtual" machine. By definition this means that it does not have direct contact with the hardware.
    .
    Political correctness is based on the principle that it's possible to pick up a turd by the clean end.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •