<?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 - FormFittingToolboxConsole</title>
<link>https://software.applied-geodesy.org/forum/</link>
<description>Support forum for JAG3D software package</description>
<language>en</language>
<item>
<title>FormFittingToolboxConsole (reply)</title>
<content:encoded><![CDATA[<p>Hello,</p>
<blockquote><p>It works </p>
</blockquote><p>
Fine! <img src="https://software.applied-geodesy.org/forum/images/smilies/6.png" alt=":cool:" title=":cool:" /> </p>
<p>/Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=258</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=258</guid>
<pubDate>Fri, 01 Feb 2019 07:27:06 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>FormFittingToolboxConsole (reply)</title>
<content:encoded><![CDATA[<p>Michael,</p>
<p>yes, error from script seems to be write permissions on my directory.<br />
It works elsewhere but not in the directory created for testing?<br />
Thanks.<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=257</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=257</guid>
<pubDate>Thu, 31 Jan 2019 22:22:59 +0000</pubDate>
<dc:creator>ColinT</dc:creator>
</item>
<item>
<title>FormFittingToolboxConsole (reply)</title>
<content:encoded><![CDATA[<p>Michael,</p>
<p>I get exception error. Reason for asking if compiled? I renamed ..Console_.jar as downloaded again to make sure have correct version. Same result as below.</p>
<p>Using JavaC.exe, _.java file does not compile with class error.<br />
My test directory has write access.</p>
<p>Copied command shell output from script:-</p>
<p>C:\Plane_Calc&gt;rem ARGS: {ELLIPSE3D/CIRCULARCYLINDER/CYLINDER/CIRCLE3D/PLANE}  LVERM  POINTS  REPORT</p>
<p>C:\Plane_Calc&gt;java -jar <span style="color:#36f;">FormFittingToolboxConsole_.jar</span> PLANE 0 PLANE3d.txt PLANE3d.out<br />
Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: com/derletztekick/geodesy/formFittingToolbox/v2/gui/FormManager<br />
        at com.derletztekick.geodesy.formFittingToolbox.v2.console.FormFittingToolboxConsole.main(FormFittingToolboxConsole.java:56)<br />
Caused by: java.lang.ClassNotFoundException: com.derletztekick.geodesy.formFittingToolbox.v2.gui.FormManager<br />
        at java.net.URLClassLoader.findClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)<br />
        at java.lang.ClassLoader.loadClass(Unknown Source)<br />
        ... 1 more</p>
<p><br />
So, not sure what is going on here?<br />
Col</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=256</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=256</guid>
<pubDate>Thu, 31 Jan 2019 20:38:00 +0000</pubDate>
<dc:creator>ColinT</dc:creator>
</item>
<item>
<title>FormFittingToolboxConsole (reply)</title>
<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>I transfer you mail to the forum. Please respect the note of the mail and reply only to your related forum thread and not to the mail:</p>
<p><em>this is an automatically generated information message. You receive this<br />
email, because you have enabled the notification function. <strong>Please do not<br />
reply to this email but respond to the specific thread.</strong></em></p>
<blockquote><p>It may be not compiled?</p>
</blockquote><p>
It is already compiled.</p>
<p>Using your data and script, I got the results of the estimated plane.</p>
<p><img src="https://i.ibb.co/ByLTJ8S/fft-cmd.png" alt="[image]"  /></p>
<p><br />
</p>
<pre>        Nx =                 -0.733956083892                 +0.000311959172
        Ny =                 -0.679190879893                 +0.000337437711
        Nz =                 -0.002866284759                 +0.000745242995
         D =           -4620022.516427744000              +1775.941196239705
</pre><blockquote><p>Do I use JavaW or JavaC ?</p>
</blockquote><p>No, javaC ist the java compiler. The <a href="https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html">javaw command</a> is identical to java, except that with javaw there is no associated console window. Use javaw when you do not want a command prompt window to appear.</p>
<p>Please remove the <code>rem</code> in the last line to execute the <code>pause</code> command to get the error message, i.e.</p>
<pre class="dos" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">rem ARGS: {ELLIPSE3D/CIRCULARCYLINDER/CYLINDER/CIRCLE3D/PLANE}  LVERM  POINTS  REPORT</span>
java -jar FormFittingToolboxConsole.jar PLANE <span style="color: #cc66cc;">0</span> PLANE3d.txt PLANE3d.out
<span style="color: #b1b100; font-weight: bold;">pause</span></pre><p>/Micha</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=255</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=255</guid>
<pubDate>Thu, 31 Jan 2019 09:17:16 +0000</pubDate>
<dc:creator>Micha</dc:creator>
</item>
<item>
<title>FormFittingToolboxConsole (reply)</title>
<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I cannot get result from the new file FormFittingConsole.JAR file using<br />
PLANE parameter.</p>
<p> It may be not compiled?<br />
Had no success to compile the .java file also.</p>
<p>Win10.<br />
Do I use JavaW or JavaC ?</p>
<p><br />
Here the source Plane3d.txt</p>
<pre>1 767659.947 5972685.904 11.458
2 767661.151 5972684.602 11.358
3 767661.152 5972684.602 11.880
4 767661.148 5972684.602 12.530
5 767660.621 5972685.171 12.560
6 767659.928 5972685.920 12.617
7 767659.939 5972685.910 12.079
8 767660.305 5972685.518 12.027
9 767660.973 5972684.795 11.934
10 767660.520 5972685.283 12.297
11 767660.510 5972685.298 11.521
</pre><p>and the shell script</p>
<pre class="dos" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">rem ARGS: {ELLIPSE3D/CIRCULARCYLINDER/CYLINDER/CIRCLE3D/PLANE}  LVERM  POINTS  REPORT</span>
java -jar FormFittingToolboxConsole.jar PLANE <span style="color: #cc66cc;">0</span> PLANE3d.txt PLANE3d.out
<span style="color: #b1b100; font-weight: bold;">pause</span></pre><p>Thank you</p>
]]></content:encoded>
<link>https://software.applied-geodesy.org/forum/index.php?id=254</link>
<guid>https://software.applied-geodesy.org/forum/index.php?id=254</guid>
<pubDate>Thu, 31 Jan 2019 05:16:41 +0000</pubDate>
<dc:creator>ColinT</dc:creator>
</item>
</channel>
</rss>
