At 12:56 PM 9/9/99 +0000, Art Goldhammer wrote:
>Occasionally when I run a Java program from the JDE menu, the program seems
>to run normally but the following messages remain in the Emacs output
>capture window:
>
>GetModuleHandleA succeed
>
>LoadLibrary returns baaa0000
>
>If I then try to run the program again, I receive a message that it is
>already running, and when I try to exit Emacs I receive a warning that a
>process is still running. What's happening here, and how can I correct it?
The program did not end normally. The Java vm is still running. You can try
killing the vm from the comint menu in the "output capture" window
(actually the comint buffer). If that doesn't work, you can kill the vm
outside of Emacs, using the kill command on Unix, the Task Manager on
Windows, or Ctl Alt Del on Windows 95.
- Paul