You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be an easy tweak, but I ran out of time. Change:
if( new java.io.File( "popcompressor.sh" ).exists() && !( System.getProperty("os.name").toLowerCase().indexOf("win") >= 0 ) )// need script + not windows
Runtime.getRuntime().exec("./popcompressor.sh "+folderName+" population_"+currentGen);
to something that will use either an archiving library or java's built in zip functionality.
The text was updated successfully, but these errors were encountered:
Should be an easy tweak, but I ran out of time. Change:
if( new java.io.File( "popcompressor.sh" ).exists() && !( System.getProperty("os.name").toLowerCase().indexOf("win") >= 0 ) )// need script + not windows
Runtime.getRuntime().exec("./popcompressor.sh "+folderName+" population_"+currentGen);
to something that will use either an archiving library or java's built in zip functionality.
The text was updated successfully, but these errors were encountered: