110111112113114115116117118
// 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); } }
144145146147148149150151152
// 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); //} }
117118119120121122123124125
153154155156157158159160161