<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>jAlbum forums: Message List - Command line mode Java error</title>
    <link>https://jalbum.net/forum</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Gold 5.5.25 (www.jivesoftware.com)</generator>
    
    <pubDate>Fri, 15 May 2026 22:15:41 +0200</pubDate>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344226&amp;tstart=0#344226</link>

        

        
            <description><![CDATA[Great <img class="jive-emoticon" border="0" src="https://jalbum.net/forum/images/emoticons/happy.gif" alt=":-)">]]></description>
        

        <pubDate>Wed, 28 Oct 2020 18:06:22 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 18:06:22 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 18:06:22 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344223&amp;tstart=0#344223</link>

        

        
            <description><![CDATA[I believe I've cracked this little mystery, and it all goes back to the Windows PATH variable. jAlbum adds its own element to that variable, pointing to its <b>jre64/bin</b> directory, which is where the Java executable is lurking. So far, so good. But...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 15:53:15 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 15:53:15 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 15:53:15 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344220&amp;tstart=0#344220</link>

        

        
            <description><![CDATA[Odd, however, that I did not see this error when I was compiling my skins to JDK 11 or JDK 13. Using JRE 8 from the command line still worked. This has shown up only when compiling to JDK 14.<br />...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 15:08:40 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 15:08:40 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 15:08:40 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344217&amp;tstart=0#344217</link>

        

        
            <description><![CDATA[But that still doesn't help a command line user who doesn't have even JRE 8 installed. These days, there's no reason for a user to install it. The safe thing to do is <i>not</i> rely on a PATH variable to find Java - just spell it out on the command...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:43:49 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:43:49 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:43:49 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344214&amp;tstart=0#344214</link>

        

        
            <description><![CDATA[<div class="jive-quote"><span class="jive-quote-header">JeffTucker wrote:</span><br />...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:34:55 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:34:55 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:34:55 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344212&amp;tstart=0#344212</link>

        

        
            <description><![CDATA[And, as suspected, if I change the command line (I'm actually running this from a .cmd file) to this:<pre class="jive-pre"><code class="jive-code jive-java"><font color="red">&quot;C:\Program Files\jAlbum\jre64\bin\java.exe&quot;</font> -Xmx1600M -jar...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:34:55 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:31:14 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:34:55 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344213&amp;tstart=0#344213</link>

        

        
            <description><![CDATA[<div class="jive-quote"><span class="jive-quote-header">davidekholm wrote:</span><br />
Ok, but is "Atom" compiled with JDK 8 as SRC/Binary format then?</div>
<br />
No, I'm compiling to JDK 14 as the Source/Binary.]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:32:34 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:32:34 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:32:34 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344211&amp;tstart=0#344211</link>

        

        
            <description><![CDATA[<div class="jive-quote"><span class="jive-quote-header">JeffTucker wrote:</span><br />...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:31:01 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:31:01 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:31:01 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344209&amp;tstart=0#344209</link>

        

        
            <description><![CDATA[It returns this:<pre class="jive-pre"><code class="jive-code jive-java">java version <font color="red">&quot;1.8.0_261&quot;</font>...]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:26:52 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:26:52 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:26:52 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>JeffTucker</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>


    <item>

        <title>Re: Command line mode Java error</title>
        <link>https://jalbum.net/forum/thread.jspa?messageID=344207&amp;tstart=0#344207</link>

        

        
            <description><![CDATA[What does<br />
<br />
java --version<br />
<br />
deliver?<br />
<br />
The fact that JAlbum.jar hasn't been updated for a while shouldn't matter.]]></description>
        

        <pubDate>Wed, 28 Oct 2020 14:23:16 +0100</pubDate>

        

        <jf:creationDate>Wed, 28 Oct 2020 14:21:37 +0100</jf:creationDate>
        <jf:modificationDate>Wed, 28 Oct 2020 14:23:16 +0100</jf:modificationDate>
        <jf:date>28 Oct 2020</jf:date>
        <jf:author>davidekholm</jf:author>
        <jf:replyCount>9</jf:replyCount>
    </item>



</channel>
</rss>