Revision: 4163 http://vexi.svn.sourceforge.net/vexi/?rev=4163&view=rev Author: clrg Date: 2011-06-27 09:09:05 +0000 (Mon, 27 Jun 2011)
Log Message: ----------- Fix. Ensure calling of Splash.close() is done reliably. Modified Paths: -------------- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java Modified: trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java =================================================================== --- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java 2011-06-27 01:44:57 UTC (rev 4162) +++ trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java 2011-06-27 09:09:05 UTC (rev 4163) @@ -389,6 +389,8 @@ } catch (Throwable e) { updateError("Error; please check the Java console"); e.printStackTrace(); + } finally { + Splash.close(); } } @@ -409,7 +411,6 @@ } final Process p = Runtime.getRuntime().exec(command_vec,null,dir); - Splash.close(); new Thread(new Runnable() { public void run() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn