команда запуска без shell канала а через exec

v++
This commit is contained in:
2024-12-01 01:07:23 +03:00
parent b76aa24ae4
commit 216b595450
4 changed files with 101 additions and 12 deletions

View File

@@ -61,7 +61,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1126;
version = 1127;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());