problem in calling exe from java
Hi,
I am trying calling .exe executable program from the java program.
I wrote a very simple Win32 program which I wrote in C and prints "Hello world"
However, when I call it, the program looks like "dead".
I tried another Win32 program (written in VC), which opens a file and print some symbols into that file.
The error message reports:
Unable to Locate Component:
The application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.
Any help is welcome.
Thanks in advance.
H.

