Search:

Type: Posts; User: Orthidax

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    1,337

    [SOLVED] Re: Weird calendar.

    one small improvement would be to use a switch statement for this code,,,,

    Also you could try using a new thread Eg.



    // This class extends Thread
    class whileThread extends Thread {
    //...
  2. Re: Authentication system for running/downloading a .jar

    Hi there, I found this it may or may not be helpful, also if JAAS is used you could think of storing user info iin a database

    JAAS Authentication Tutorial
  3. Re: problem to get Fibonacci series- please help.

    Instead of using an int try using a longto store your result.

    This means changing the array p to type long and changing the variable newTerms to long
  4. Replies
    5
    Views
    4,289

    [SOLVED] Re: UnsatisfiedLinkError

    Hi there, I am no expert but usually when ever I get an Unsatisfied link error it's because the system cannot find the specified library files. Maybe try looking at this line and debugging the code...
Results 1 to 4 of 4