Results 1 to 2 of 2
- 04-08-2010, 05:43 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 1
- Rep Power
- 0
Eclipse project waits for return value and hangs.
Hi,
I am trying to develop a Eclipse GUI project. The idea is that when I execute the project and click on some button it must run a batch file.
However, current scenario is that after executing the project and clicking on the button in GUI I need to click the Eclipse Console terminate button(Red button) in order for the batch file to get executed.
What I understand is that my eclipse project is starting a process (main method) which calls the bat file. The bat file is starting its own process but Eclipse project is waiting for some sort of return value which never comes causing it to hang.
Can anyone please tell me how to resolve this issue?
-
I'm not exactly sure what your problem is, but I think that this article may be quite helpful to you:
JavaWorld: When Runtime.exec() Won't
Please have a look and then let us know one way or another if this helps you resolve your problem. Much luck!
Edit: Oh, and welcome to the forum!
Similar Threads
-
Eclipse project error
By bhanu in forum EclipseReplies: 8Last Post: 09-07-2011, 02:56 PM -
opening project in eclipse
By keioGirl in forum EclipseReplies: 1Last Post: 04-23-2009, 03:09 PM -
Eclipse And Project Management
By Moncleared in forum Advanced JavaReplies: 0Last Post: 02-20-2009, 04:44 PM -
Eclipse configuration for struts project
By uma in forum EclipseReplies: 0Last Post: 07-18-2008, 09:14 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks