I am trying to create a installer for the java project. I have project say codeGenerator, on making installer the resulting jar would be codeGenrerator.jar I am trying to use javapoet to create a .java file, but I am not able to write the file to the codeGenerator.jar when I am running the application. How can I achieve this?

0

There are 0 best solutions below