Runtime.exec() and ProcessBuilder error: ntvdm.exe
843798Jul 12 2005 — edited Jul 12 2005Hi,
I have been using Runtime.getRuntime().exec() to launch external processes, but it stopped working after I suddenly got this error in a dialog box:
============================================================================
16 Bit MS-DOS Subsystem
C:\WINDOWS\system32\ntvdm.exe
Error while setting up environment for the application. Choose 'Close' to terminate the application.
============================================================================
I tried using a ProcessBuilder, and the error persists. I've searched for answers on other websites without much luck.
I am running Windows XP.
Can anyone help please?
Thank you!