This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.

Gyan Prakash Srivastava

Greenhorn
+ Follow
since Oct 14, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Gyan Prakash Srivastava

I am executing another program (primegens.exe) file using ProcessBuiler() in my java code. this executable executes other executables (inside this) in a for loop like blastall.exe and primer3.exe depending on the side of input.

now when I run the Java code, it is hanged! if I terminate this external process manually then java code execute rest of it. interestingly the same executable primegens.exe works fine while running from MS command Prompt.
19 years ago