7677787980818283848586
int index = row.indexOf('\b'); if (index > 0) { addFSE(new JIFSFfragmentJar(row.substring(index + 1), row.substring(0, index), this)); } else { addFSE(new JIFSFpluginJar(row, this)); } } } catch (NameNotFoundException N) { System.err.println(N); }