'Is it possible to use a @argfile for the classpath generation within install4j?

Is it possible to use a @argfile for the classpath generation within install4j? I haven't found anything in the official documentation.



Solution 1:[1]

install4j will not use argument files for the classpath that you can configure in the launcher wizard, because it does not pass the classpath on the command line.

However, the @argfile syntax is supported by install4j and you can use it in the VM parameters field.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ingo Kegel