Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<target name="ejbc">
<java classname="weblogic.appc" fork="true">
<classpath>
<path refid="appc.classpath"/>
<fileset dir="." includes="${ejbc.classpath}"/>
</classpath>
<arg line="-output ${targetjar} ${srcjar}"/>
</java>
</target>