Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Util API は Windows 7、Vista、XP などをチェックできますが、Windows 8 はチェックできません。install4j で Windows 8 をチェックする方法は??
Util.isWindows8()install4j5.1.3に含まれます。
Util.isWindows8()
Util.isWindows()それまでの間、 trueかどうかを確認してSystem.getProperty("os.version").equals("6.2")
Util.isWindows()
System.getProperty("os.version").equals("6.2")