Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Ways to do it

  1. #1
    Junior Member
    Join Date
    Mar 2012
    Location
    Nigeria
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ways to do it

    I intend to write a java program application that will secretly take record of all operations taking place on a computer system per every hour of the day. Anybody with a useful idea?


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Ways to do it

    Sounds like malware to me. So my useful idea is to not do it.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Member
    Join Date
    Feb 2012
    Posts
    58
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default Re: Ways to do it

    Quote Originally Posted by Dotchild View Post
    I intend to write a java program application that will secretly take record of all operations taking place on a computer system per every hour of the day. Anybody with a useful idea?
    So think again, because doing such program requires privileges to access OS API, that is not appropriate for Java.

  4. #4
    Junior Member
    Join Date
    Mar 2012
    Location
    Nigeria
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Ways to do it

    Ok thank y'all! I quit that.

  5. #5
    Junior Member
    Join Date
    Oct 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Ways to do it

    sounds like just like the way my school keeps an eye on us because while I was looking for a way past the security to get the admin pass so i can get on youtube,I found a badly hidden text file that can't be deleted and gets uploaded to wherever the school mainframe is when the computer is logged of your school account and the files name is event-log.txt

Similar Threads

  1. 500 Ways to Print 1 to 10
    By Freaky Chris in forum The Cafe
    Replies: 132
    Last Post: August 1st, 2014, 06:47 AM
  2. Making a living from Java in strange ways :)
    By Squiffy in forum Member Introductions
    Replies: 3
    Last Post: November 21st, 2011, 05:10 AM
  3. Ways of Transferring Data
    By Zymus in forum Java Networking
    Replies: 1
    Last Post: May 6th, 2011, 09:40 AM
  4. Trying 3 different ways to do the same thing, each one is wrong
    By shemer77 in forum What's Wrong With My Code?
    Replies: 14
    Last Post: June 4th, 2010, 07:01 PM
  5. any ways to run a class from another class?
    By javanub:( in forum Java Theory & Questions
    Replies: 3
    Last Post: May 9th, 2010, 06:57 AM