Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    2,415

    Re: ShutDown from JButton

    Terminating the other process not the issue here. Rather, it's an exception being thrown before it starts the process. Processes created by the JVM continue to run even after the JVM shuts down.
    ...
  2. Replies
    7
    Views
    2,415

    Re: ShutDown from JButton

    It looks like a class-path error. Make sure all your base class paths get included (if there's more than one). What's the folder structure you have, and what command are you using to run from the...
  3. Replies
    7
    Views
    2,415

    Re: ShutDown from JButton

    When you say doesn't work, what do you mean? Is there an exception? Please post any diagnostics you can (i.e. exception messages, stack traces, etc.)
Results 1 to 3 of 3