Using an earlier java JRE version, if I started the jar file from a batch file, it automatically grouped the icons together on the taskbar. However, after updating the JRE, this function no longer works. What can cause this? Can it be configured in the Windows settings or in the Java Control panel?
Batch file:
@ECHO OFF
start java -jar MyApp.jar
I tried modify java config.
New contributor
fornoun is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3