[izpack-users] JDKPathPanel is not getting hide

panneer selvam panneer.mca at gmail.com
Mon Oct 8 15:46:13 CEST 2007


hi all,

     In my project, i have to validate the java version which must be
jdk1.5. so, that i used JDKPathPanel as follows,

<variables>
     <variable name="JDKPathPanel.minVersion" value="1.5"/>
      <variable name="JDKPathPanel.maxVersion" value="1.5"/>
      <variable name="JDKPathPanel.skipIfValid" value="yes"/>
</variables>

<panels>
     <panel classname="HelloPanel"/>
     <panel classname="JDKPathPanel" />
     ......
</panels>

 i wrote the install.xml as above i mentioned. and i m using jdk1.5
and also i set JAVA_HOME. but while installation JDKPathPanel is not
getting hide....

what mistake i did here..........
pls anyone help me....

regards,
panneer selvam


More information about the izpack-users mailing list