Re: unzip and untar into new directory
why are you mixing execute/start? Why are you allocating on the heap when you only want a local instance?
I believe the problem is that you are using execute, which is a static method, therefore the finished state required for 'waitForFinished' is not modified.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks