JavaPoet : I have created a .java file and want to add to the existing jar file at runtime. How do I do that?

306 views Asked by At

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 answers