<?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 - OpenJDK aktualisiert in Windows Version</title>
<link>https://software.applied-geodesy.org/forum/</link>
<description>Support forum for JAG3D software package</description>
<language>en</language>
<item>
<title>OpenJDK aktualisiert in Windows Version (reply)</title>
<content:encoded><![CDATA[<p>Hallo,</p>
<p>ich habe heute JAG3D auf einem System ausprobiert, auf dem Java 1.8 installiert war und konnte die aufgezeigten Probleme nun auch nachvollziehen. Im Downloadpacket von JAG3D (windows Version) liegt eine Version vom OpenJDK bei. Bisher war dies Version 18. Diese Version scheint den Fehler zu verursachen. Nach einem Update auf die derzeit aktuelle Version 20 war der Fehler weg. Ich habe daher die letzte <a href="https://github.com/applied-geodesy/jag3d/releases/latest">JAG3D Version</a> mit dem OpenJDK Version 20 noch einmal hochgeladen, sodass das Problem nun auch ohne ein Update der installierten JDK/JRE behoben sein sollte.</p>
<p>Viele Grüße<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14440</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14440</guid>
<pubDate>Tue, 04 Jul 2023 20:37:22 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>Fehler bei Auswertung von JXL (reply)</title>
<content:encoded><![CDATA[<p>Hallo Klaus,<br />
 </p>
<blockquote><p>ich hatte bisher lediglich das JRE 1.8.0_371 auf meinem Rechner installiert. Damit hat es nicht funktioniert.</p>
</blockquote><p>Mich wundert, dass Du es überhaupt starten konntest. Unter Windows sollte die EXE, die ich mit Launch4j erzeuge, eigentlich genau dieses Problem abfangen. Dort habe ich in der <a href="https://github.com/applied-geodesy/jag3d/blob/master/JAG3D/exe/jag3d_portable.xml">Konfiguration</a> folgendes definiert:</p>
<pre class="xml" style="font-family:monospace;">  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;path<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>openjdk\<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/path<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;bundledJre64Bit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/bundledJre64Bit<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;bundledJreAsFallback<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/bundledJreAsFallback<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;minVersion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>15.0.0<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/minVersion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;maxVersion<span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #000000; font-weight: bold;">&lt;/maxVersion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;jdkPreference<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>preferJre<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jdkPreference<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;runtimeBits<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>64/32<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/runtimeBits<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/jre<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre><p>Unter <code>minVersion</code> ist 15.0.0 angegeben, sodass ich erwartet hätte, dass Du einen Hinweis erhältst. Ich behalte dies mal im Hinterkopf, falls noch andere das Problem haben. Danke erst einmal für Deine Hilfe bei der Fehlerlokalisierung.</p>
<p>Viele Grüße<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14437</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14437</guid>
<pubDate>Mon, 03 Jul 2023 18:59:52 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>Fehler bei Auswertung von JXL (reply)</title>
<content:encoded><![CDATA[<p>Hallo Micha,</p>
<p>ich hatte bisher lediglich das JRE 1.8.0_371 auf meinem Rechner installiert. Damit hat es nicht funktioniert.</p>
<p>Viele Grüße<br />
Klaus</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14436</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14436</guid>
<pubDate>Mon, 03 Jul 2023 17:51:49 +0000</pubDate>
<dc:creator>KlausB</dc:creator>
</item>
<item>
<title>Fehler bei Auswertung von JXL (reply)</title>
<content:encoded><![CDATA[<p>Hallo Klaus &amp; Niklas,</p>
<p>könnt Ihr noch sagen, mit welcher Java-Version es nicht funktioniert hat?</p>
<p>Viele Grüße<br />
Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14435</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14435</guid>
<pubDate>Mon, 03 Jul 2023 17:08:12 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>Fehler bei Auswertung von JXL (reply)</title>
<content:encoded><![CDATA[<p>Tatsächlich, mit dem Java Update klappt es!<br />
Macht es vielleicht zu einer dummen Frage. Hätte ich wohl drauf kommen können. Bin leider kein Experte <img src="https://software.applied-geodesy.org/forum/images/smilies/2.png" alt=":-D" title=":-D" /> <br />
Vielen Dank aufjedenfall an euch beide für eure Mühen!<br />
Liebe Grüße,<br />
Niklas</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=14434</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=14434</guid>
<pubDate>Mon, 03 Jul 2023 16:08:13 +0000</pubDate>
<dc:creator>Niklas</dc:creator>
</item>
</channel>
</rss>
