[izpack-users] Linux Path Problem for JAR Execution
yj
yj at m-itc.net
Tue Aug 28 15:02:53 CEST 2007
Hi All,
I have built an installer using IzPack which executes a JAR file
using the ProcessPanel. The JAR file is successfully executed on Windows
but cannot be located on Linux. I have tried this of Fedora Core 7 and
Ubuntu Fesity Fawn but with no success.
My ProcessPanelSpec.xml is as follows:
<processing>
<job name="DS Install">
<logfiledir>"$INSTALL_PATH/log"</logfiledir>
<osfamily="windows"/>
<executefile name="java">
<arg>-jar</arg>
<arg>"$INSTALL_PATH/utils/DataSourceInstaller.jar"</arg>
<arg>$INSTALL_PATH</arg>
</executefile>
</job>
</processing>
Can anyone help me out with this problem.
Loads of Thanx
Regards,
--
Jankee Yogesh
Team Leader
M-ITC LTD
http://www.m-itc.net
More information about the izpack-users
mailing list