Custom Wizard help
已回答
Hi I am currently trying to make a wizard which creates a project with a single module with the project name and run a command to create the files but I don't find any way to
- add a module to my project
- run a .exe to init files
I have done this configuration Wizard step: 
and I would like here to set up the module and run this kind of code:
but I don't know how to add directly a module and more I get an error when I try to run this code saying the file wasn't found even tough it is an absolute path and it exists
请先登录再写评论。
Related: https://intellij-support.jetbrains.com/hc/en-us/community/posts/11149747217426-Need-help-for-creating-project-in-my-Wizard-builder
Please do not create duplicates, and always link questions asked in multiple places.
Regarding the command passed to the ProcessBuilder constructor, you should pass every parameter separately, not the whole command as a single string.
Also, please clarify the module issue. What exactly are you trying to achieve?