Note that there are some explanatory texts on larger screens.

plurals
  1. POJavaFx - License is not displaying in proper format
    primarykey
    data
    text
    <p>I implemented the javafx standalone app. I provided the <strong>.rtf</strong> file for license. It shows properly in windows but in Mac, the format was changed please refer the following image. Why? How do we fix it?</p> <pre><code>Code </code></pre> <p>&lt; project name="shore-abs" default="default" basedir="." xmlns:fx="javafx:com.sun.javafx.tools.ant"> Builds, tests, and runs the project shore-abs. </p> <pre><code>&lt;target name="-pre-jfx-jar" depends="copy-build-properties" /&gt; &lt;target name="copy-build-properties" &gt; &lt;copy file="config${file.separator}abs-client-build.properties" todir="${basedir}${file.separator}${build.classes.dir}${file.separator}/config" /&gt; &lt;/target&gt; &lt;target name="-post-jfx-deploy" depends="-check-jfx-deployment"&gt; &lt;fx:application id="abs-client" name="${application.title}" mainClass="${javafx.main.class}"/&gt; &lt;fx:deploy width="100" height="100" includeDT="false" nativeBundles="all" embeddedWidth="100%" embeddedHeight="100%" outdir="${basedir}/${dist.dir}" embedJNLP="true" outfile="${application.title}" verbose="true"&gt; &lt;fx:application refId="abs-client"/&gt; &lt;fx:resources&gt; &lt;fx:fileset dir="${basedir}/${dist.dir}" includes="shore-abs.jar"/&gt; &lt;fx:fileset dir="${basedir}/${dist.dir}" includes="lib/**"/&gt; &lt;fx:fileset type="license" dir="${basedir}" includes="license.rtf"/&gt; &lt;/fx:resources&gt; &lt;fx:info title="${application.title}" vendor="${application.vendor}"/&gt; &lt;/fx:deploy&gt; &lt; /target&gt; </code></pre> <p>&lt; /project></p> <p><img src="https://i.stack.imgur.com/PDS1n.png" alt="License in Mac"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload