Izpack installer error

i am getting this error when i was doing ant installer.izpack

error

taskdef class net.sf.launch4j.ant.Launch4jTask cannot be found using the classloader AntClassLoader[]

<taskdef name=“launch4j”

classname=“net.sf.launch4j.ant.Launch4jTask”

classpath="${launch4j.dir}/launch4j.jar:${launch4j.dir}/lib/xstream.jar" /> this line i have been getting taskdef class net.sf.launch4j.ant.Launch4jTask cannot be found using the classloader AntClassLoader[]

but i have used my manual lication of Launch4j given below

i am waiting for your reply

Just install Launch4j, launch4j-3.12-win32.exe (from https://sourceforge.net/projects/launch4j/files/latest/download?source=typ_redirect) and edit release.xml: property name=“launch4j.dir” value=“C:/Program Files (x86)/Launch4j”. It works for me.