Search:

Type: Posts; User: JosPhantasmE

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    1,444

    Re: Running .JAR file issue.

    I solved the problem by doing this:


    if((value = Error) != null)
    {
    ...

    }
  2. Replies
    12
    Views
    1,444

    Re: Running .JAR file issue.

    What do you mean by NPE?
  3. Replies
    12
    Views
    1,444

    Re: Running .JAR file issue.

    Okay, thanks.

    I'll try that.

    --- Update ---

    Now, I'm using the code from the link that you posted.

    Let's say that you run this code:
  4. Replies
    12
    Views
    1,444

    Re: Running .JAR file issue.

    My problem is not reading or modifying the registry. (Thats what I think)

    Because it actually create the registry, that I want and read from it, bot it just don't continue. As you can see in my...
  5. Replies
    12
    Views
    1,444

    Re: Running .JAR file issue.

    So nobody has an Idea, why is this not working on windows xp?
  6. Replies
    12
    Views
    1,444

    Re: Running .JAR file issue.

    But it never terminate, and even if I dont add that in the code, it still dont run

    --- Update ---

    Still don't run in windows xp
  7. Replies
    12
    Views
    1,444

    Running .JAR file issue.

    This is my code:


    //By José D. Hernández, 2013.

    import java.io.*;
    import javax.swing.*;
    import java.awt.*;

    public class PasswordDialog
Results 1 to 7 of 7