117118119120121122123124125
// if we're running on linux checkout that libjmutil.so is where it // should be and put it there. runLinuxPreInstall(); if (jmfProperties.length() == 0) { new JMFInit(null, false); } }
153154155156157158159160161
// if we're running on linux checkout that libjmutil.so is where it // should be and put it there. runLinuxPreInstall(); //if (jmfProperties.length() == 0) { new JMFInit(null, false); //} }