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 8 of 8

Thread: TIMED JAVA APPLICATION

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default TIMED JAVA APPLICATION

    i am pleased to be here after a long search via google.

    I have a very big problem that required urgent help

    I am new into java application because i actually studied accounting

    the problem is this , i was given an assignment and i need to summit it this week

    i have this java application on my pc and here is the download link http://allsoftware.com.ng/maingate_iwp.zip and it was timed to work for only few days .i.e once i launch it , it will launch but once the set time elapse it will not launch again , pls what can i do to make it launch at all time?

    i pray to get urgent help here

    thanks a million


  2. #2
    Junior Member
    Join Date
    Dec 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: TIMED JAVA APPLICATION

    i am pleased to be here after a long search via google.

    I have a very big problem that required urgent help

    I am new into java application because i actually studied accounting

    the problem is this , i was given an assignment and i need to summit it this week

    i have this java application on my pc and it was timed to work for only few days.i.e once i launch it , it will launch but once the set time elapse it will not launch again , pls what can i do to make it launch at all time?

    i pray to get urgent help here

    thanks a million

  3. #3
    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: TIMED JAVA APPLICATION

    Is this really an assignment, or are you simply trying to get around a weird form of security?

    Either way, what have you tried? Asking people to download a zip file is pretty rude, I suggest you provide an SSCCE instead.
    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!

  4. #4
    Junior Member
    Join Date
    Dec 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: TIMED JAVA APPLICATION

    Quote Originally Posted by KevinWorkman View Post
    Is this really an assignment, or are you simply trying to get around a weird form of security?

    Either way, what have you tried? Asking people to download a zip file is pretty rude, I suggest you provide an SSCCE instead.
    well i have deleted the download link

    its an assignment and i need help on it simple . i have the java file on my pc before it was timed and i also have it after it was timed

    i just want to know how it was timed

  5. #5
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: TIMED JAVA APPLICATION

    Can you explain what you mean by "timed"? Would it be a counter of the number of executions of the program? The program would need a place to count the number of times it had been executed.
    The program would need read/write access to the place the count was kept.
    To reset the counter, you could delete/erase/remove it.
    If you don't understand my answer, don't ignore it, ask a question.

  6. #6
    Junior Member
    Join Date
    Dec 2012
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: TIMED JAVA APPLICATION

    Quote Originally Posted by Norm View Post
    Can you explain what you mean by "timed"? Would it be a counter of the number of executions of the program? The program would need a place to count the number of times it had been executed.
    The program would need read/write access to the place the count was kept.
    To reset the counter, you could delete/erase/remove it.
    what i mean is that i have a java application on my pc. i dont know how it was timed , it always refuse to launch , but each time i call the guy that program it , he will reset it and then give me another download link for thesame java file . so he ask to get the trick

  7. #7
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: TIMED JAVA APPLICATION

    Quote Originally Posted by maingate View Post
    what i mean is that i have a java application on my pc. i dont know how it was timed , it always refuse to launch , but each time i call the guy that program it , he will reset it and then give me another download link for thesame java file . so he ask to get the trick
    So let me get this straight -- are you a current Java programmer? Are you studying programming? Or is your primary concern with just figuring out how to hack someone else's program that has a time limited use on it?

  8. #8
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: TIMED JAVA APPLICATION

    Please explain what you mean by "timed". Was my explanation wrong?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. how to implement timed out event in java?!
    By migongotar in forum Java Theory & Questions
    Replies: 3
    Last Post: December 15th, 2018, 07:41 AM
  2. Replies: 0
    Last Post: October 5th, 2012, 07:27 AM
  3. Replies: 6
    Last Post: October 3rd, 2012, 06:39 PM
  4. how to run any installed application through my java application??
    By sgsamanthjain in forum Java Theory & Questions
    Replies: 1
    Last Post: April 1st, 2011, 08:17 AM
  5. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM