First off, thanks for the fine product. We have been using it as a launcher for some time now without any issues.
Currently we launch our application w/JanelWindows and it is great for our GUI application, but recently we added functionality to the application to perform certain tasks "silently" so that it may be used as a utility in some batch files. When we added this functionality we noticed that when invoking the application via JanelWindows that it was returning before the application actually finished performing its tasks. When we tried it with JanelConsole it worked as we expected except for the console window appearing.
Is there a way to either have JanelWindows wait for the application prior to returning (like JanelConsole does)? Or is there a way to hide the JanelConsole window (Yes i know this somewhat defeats its "purpose")? Either of these options would meet my needs.
Any information would be greatly appreciated.
Thanks,
-James
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings,
First off, thanks for the fine product. We have been using it as a launcher for some time now without any issues.
Currently we launch our application w/JanelWindows and it is great for our GUI application, but recently we added functionality to the application to perform certain tasks "silently" so that it may be used as a utility in some batch files. When we added this functionality we noticed that when invoking the application via JanelWindows that it was returning before the application actually finished performing its tasks. When we tried it with JanelConsole it worked as we expected except for the console window appearing.
Is there a way to either have JanelWindows wait for the application prior to returning (like JanelConsole does)? Or is there a way to hide the JanelConsole window (Yes i know this somewhat defeats its "purpose")? Either of these options would meet my needs.
Any information would be greatly appreciated.
Thanks,
-James
James,
Are you starting threads to do the work within the Java application that is being launched by Janel?
Tim