<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Java·Applied·Geodesy·3D - JAG3D and Ubuntu</title>
<link>https://software.applied-geodesy.org/forum/</link>
<description>Support forum for JAG3D software package</description>
<language>en</language>
<item>
<title>JAG3D and Ubuntu (reply)</title>
<content:encoded><![CDATA[<p>Hello,</p>
<p>I have tried to start JAG3D under Ubuntu and it works as already described, i.e.,</p>
<pre><code>./jdk-22.0.1/bin/java -jar -Xms200m -Xmx500m --class-path &quot;./resources&quot; --module-path &quot;jag3d.jar:./javafx/lib:./lib:&quot; --module &quot;org.applied_geodesy.jag3d/org.applied_geodesy.jag3d.ui.JAG3D&quot;</code></pre><p>or simple</p>
<pre><code>./jdk-22.0.1/bin/java -jar -Xms200m -Xmx500m jag3d.jar</code></pre><p>no need to compile the sources again.</p>
<p><img src="https://i.ibb.co/XY2Lg62/jag3d-ubuntu.png" loading="lazy" alt="[image]"  /></p>
<p>Kind regards<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14700</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14700</guid>
<pubDate>Wed, 15 May 2024 16:41:17 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>Module org.applied_geodesy.jag3d not found (reply)</title>
<content:encoded><![CDATA[<p>Thank you Micha for the reply.</p>
<p>Is it possible to compile and export the project to a runnable jar file without any additional dependency or into &quot;.exe&quot;?</p>
<p>-&gt; Currently, the source code can be run after including &quot;javafx&quot;.</p>
<p><img src="https://i.ibb.co/QQsRBNw/Screenshot-from-2024-05-15-17-19-32.png" loading="lazy" alt="[image]"  /></p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14699</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14699</guid>
<pubDate>Wed, 15 May 2024 09:21:54 +0000</pubDate>
<dc:creator>jeremylkk95</dc:creator>
</item>
<item>
<title>Module org.applied_geodesy.jag3d not found (reply)</title>
<content:encoded><![CDATA[<p>Hello,</p>
<blockquote><p>My current java verion is 17.0.10:</p>
</blockquote><p>
Okay, this version should work. Did you try <code>java -jar jag3d.jar</code>?</p>
<blockquote><p>I currently trying to <strong>compile and generate a jar file for the project from the source code as there no jag3d.jar</strong> and I encountered the module error. Is there anyway for me to compile and run the application? <img src="https://software.applied-geodesy.org/forum/images/smilies/1.png" alt=":-)" title=":-)" /></p>
</blockquote><p>The jar file is not part of the repository but it is generated from the sources. Compiling your own version will not solve your problem because Java works platform independent. However, I use <a href="https://www.eclipse.org">Eclipse</a> for developing JAG3D using the <a href="https://github.com/applied-geodesy/jag3d">Github</a> sources. Please note, you have to provide the FX library.</p>
<p><img src="https://i.ibb.co/Nrmg5v1/jag3d-eclipse.png" loading="lazy" alt="[image]"  /></p>
<p>Regards<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14694</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14694</guid>
<pubDate>Tue, 14 May 2024 08:51:56 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>Module org.applied_geodesy.jag3d not found (reply)</title>
<content:encoded><![CDATA[<p>Thank you Micha for the prompt reply.</p>
<p>Current Directory:<br />
total 24<br />
drwxrwxrwx 2 jeremy jeremy 4096 May 14 16:24 bin<br />
drwxrwxrwx 2 root   root   4096 May 14 16:20 exe<br />
drwxrwxrwx 2 root   root   4096 May 14 16:20 lib<br />
drwxrwxrwx 2 root   root   4096 May 14 16:20 META-INF<br />
drwxrwxrwx 7 root   root   4096 May 14 16:23 resources<br />
drwxrwxrwx 3 root   root   4096 May 14 16:20 src</p>
<p><br />
My current java verion is 17.0.10:<br />
openjdk 17.0.10 2024-01-16<br />
OpenJDK Runtime Environment (build 17.0.10+7-Ubuntu-122.04.1)<br />
OpenJDK 64-Bit Server VM (build 17.0.10+7-Ubuntu-122.04.1, mixed mode, sharing)</p>
<p><img src="https://i.ibb.co/r55BDNx/Screenshot-from-2024-05-14-16-26-36.png" loading="lazy" alt="[image]"  /></p>
<p>I currently trying to <strong>compile and generate a jar file for the project from the source code as there no jag3d.jar</strong> and I encountered the module error. Is there anyway for me to compile and run the application? <img src="https://software.applied-geodesy.org/forum/images/smilies/1.png" alt=":-)" title=":-)" /></p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14693</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14693</guid>
<pubDate>Tue, 14 May 2024 08:31:25 +0000</pubDate>
<dc:creator>jeremylkk95</dc:creator>
</item>
<item>
<title>Module org.applied_geodesy.jag3d not found (reply)</title>
<content:encoded><![CDATA[<p>Hello,</p>
<blockquote><p>I tried running the following command on the source code using ubuntu linux</p>
</blockquote><p>
What is the installed Java version? YOu can check it via <code>java -version</code>.</p>
<p>To run JAG3D, you can simple use<br />
</p>
<pre><code>java -jar jag3d.jar</code></pre><p>or with some extra space<br />
</p>
<pre><code>java -jar -Xms200m -Xmx500m jag3d.jar</code></pre><p>You will get the warning <em>WARNING: Unsupported JavaFX configuration</em>. However, it should work as you can see on my screenshot (testing on windows system).</p>
<p><img src="https://i.ibb.co/L9vShWG/jag3d-shell.png" loading="lazy" alt="[image]"  /></p>
<blockquote><p>Error occurred during initialization of boot layer<br />
java.lang.module.FindException: Module org.applied_geodesy.jag3d not found</p>
</blockquote><p>Please check the correct syntax using <code>java -help</code>, especially the file separator. For windows user, it is:</p>
<pre>    --module-path &lt;module path&gt;...
                  A ; separated list of directories, each directory
                  is a directory of modules.</pre><p>At Ubuntu the separator can be a <code>:</code> instead of a <code>;</code></p>
<p>Kind regards<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14692</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14692</guid>
<pubDate>Tue, 14 May 2024 08:19:51 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
</channel>
</rss>
