I'm not experienced at all regarding java or programming in general.
However I would like to find out if this scenario is possible;
I run a JAR-file which asks for some input strings. The JAR-file use these strings to compile another JAR-file and a batch-file.
So far I tried a set-up like this: A java-project with three classes. One that asks for input, one that creates a batch-file, and the last class is the code for the new JAR-file.
To create a batch-file is no problem. But how can I in a class create a JAR-file?
I'm using Eclipse.
Thanks for your time!
Robert.