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.

[603 byte] By [Hannah_Caoa] at [2007-11-27 7:52:35]
# 1
http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
paulcwa at 2007-7-12 19:33:48 > top of Java-index,Java Essentials,Java Programming...