【发布时间】:2021-09-19 14:30:14
【问题描述】:
与how to get the Version类似的问题。
【问题讨论】:
与how to get the Version类似的问题。
【问题讨论】:
可以查询sys.timestamp编译器变量:
import com.install4j.api.launcher.Variables.Variables;
try {
String version = Variables.getCompilerVariable("sys.timestamp");
} catch (IOException e) {
// TODO not running in installation
}
【讨论】: