Hi I am new to Java. I have written a Jython script to update some configurations in Websphere. It is having a text file (property.ini) where I am giving inputs like : where is my profile, where is my war file and some data to do configuration. My Jython will read these properties and do the configuration.
I am calling this Jython through batch or shell depending on OS. Initially my batch/shell will set 1 property in Websphere which is a prerequisite, and then restart server, and then call my Jython to do the required configuration.
Now I need a GUI written in Java where whatever data the user was giving in property file should be given through the GUIand it in turn should call a batch file if it is windows, or it should call shell if it's Linux/Unix.