Hello! Any updates? Any help needed?
Hello! Sorry, actually not. Using just gui mode. Appending my plugin config, I guess it can answer most questions and help to reproduce the problem: <plugin> <groupId>com.akathist.maven.plugins.launch4j</groupId> <artifactId>launch4j-maven-plugin</artifactId> <version>2.3.2</version> <configuration> <dontWrapJar>false</dontWrapJar> <headerType>gui</headerType> <jar>${project.build.directory}/${project.name}.jar</jar> <outfile>${project.build.directory}/${project.name}.exe</outfile> <chdir>.</chdir>...
Launcher hides specific symbols from bundled jar