I want to create a graphical installation program in java for a software I made (almost like any installation : with questions about the agreement of the licence, the path directory, ...).
For the graphics, I'll use the swing librairy. But to interface with the unix shell, I mean to be able to declare the path directory, to copy the files in it, etc, I've got absolutly no idea.
Hi, many people have done something like that, f.i.: http://www.toolshed.com : some universal tool to create platform-dependent install scripts, http://www.geocities.com/chir_geo : some universal self-installing JAR creator. ;JOOP!