if (!(vpkPath.equals("")) && !(installDir.equals("")))
{
try
{
//TODO: Don't automatically run the mainForm in its constructor. Make a .run() method.
SoundEditorMainForm mainForm = new SoundEditorMainForm(vpkPath, installDir);
}
//This should cut down on at least 90% of support emails...
//TODO: Look into whether this belongs i_n Handler.java
catch(java.lang.NoClassDefFoundError nce)
{