Questions Tagged With designerhttps://answers.axonivy.com/tags/designer/?type=rss&user=Alex%20Suterquestions tagged <span class="tag">designer</span>enFri, 08 Sep 2017 03:06:14 -0400How to install and use the Linux Designerhttps://answers.axonivy.com/questions/2857/how-to-install-and-use-the-linux-designer<p>We release since version 6.7.0 the Axon.ivy Designer for Linux. Basically, it runs very well. </p> <p><strong>Simple automated installation</strong></p> <ol> <li>Download and unpack the Designer to a location of your choice. E.g. <code>~/opt/Designer7</code></li> <li>run the <code>install-ivy-dependencies.sh</code> script in the root of the designer.</li> <li>run <code>Axon.ivy Designer</code></li> </ol> <p><strong>Manual Dependency Installation</strong></p> <p>The manual installation process on a Debain based Linux is as follows:</p> <ul> <li> <p>Install <code>libwebkitgtk-1.0.0</code> that the internal browser works correctly. A simple APT command should be sufficient:</p> <ul> <li><code>sudo apt install libwebkitgtk-1.0.0</code></li> <li>if this browser library is not installed: the web browser will fail with an error such as this in the screen <img src="https://answers.axonivy.com/upfiles/debianBrowserError.png" height="250"></li> </ul> </li> <li> <p>Install a Java Runtime Environment (JRE). <code> sudo apt install openjdk-8-jdk sudo apt install openjfx </code></p> </li> <li>For the fast JNI SVN Team connector the libraries must be made accessible<ul> <li><code>sudo apt-get install libsvn-java</code></li> </ul> </li> <li>Download and unpack the Linux Designer. E.g. into <code>~/Downloads/Designer7</code></li> <li>Run the <code>eclipse</code> binary in the unpacked Designer directory. Enjoy!</li> </ul> <p><strong>Only for versions older than 7.0.0</strong></p> <ul> <li>Windows tools.jar included instead of Linux tools.jar (<code>configuration/org.eclipse.osgi/107/0/.cp/lib/tools.jar</code>)<ul> <li>Could lead to serious problems (e.g. jmockit). Replacing existing Windows tools.jar with a Linux tools.jar solved it.</li> </ul> </li> </ul> <p><strong>Other Fixes</strong></p> <ul> <li><a href="https://answers.axonivy.com/questions/3410/error-uncaught-exception-in-thread-awt-eventqueue-1-linux-mint-19">https://answers.axonivy.com/questions/3410/error-uncaught-exception-in-thread-awt-eventqueue-1-linux-mint-19</a></li> </ul> <p><strong>This Q&amp;A entry is a community wiki. Share your experiences with us!</strong></p>Alex SuterFri, 08 Sep 2017 03:06:14 -0400https://answers.axonivy.com/questions/2857/how-to-install-and-use-the-linux-designerdesignerlinux