<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2878&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Any luck with the (Debian) backported OpenJDK-11?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2878</link>
		<description><![CDATA[The most recent posts in Any luck with the (Debian) backported OpenJDK-11?.]]></description>
		<lastBuildDate>Thu, 27 Jun 2019 11:20:41 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16696#p16696</link>
			<description><![CDATA[<p>I poked around at <a href="https://www.biglybt.com/download/" rel="nofollow">https://www.biglybt.com/download/</a> and at the bottom it mentions:</p><div class="codebox"><pre><code>Our Windows, Linux, and Mac installers use Install4j, multi-platform installer builder </code></pre></div><p>I believe the BiglyBT_Installer.sh installer needs the Install4j installer installed before it can install.&#160; Enough installs?&#160; Thus disregard my comment above about setting jINSTALL4J_JAVA_HOME to JAVA_HOME.&#160; It needs to point to Install4j, which you will have to 1st install.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Thu, 27 Jun 2019 11:20:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16696#p16696</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16695#p16695</link>
			<description><![CDATA[<p>I dont understand why, but at some point in the java releases, java -v nolonger displays the java version.&#160; Try:</p><div class="codebox"><pre><code>java -version</code></pre></div><p>If this returns the version then your java itself is running.</p><p>It sounds as though you may also need to have INSTALL4J_JAVA_HOME set, as an environment variable.&#160; Taking a guess, this may need to be set to JAVA_HOME, which is the directory where java is installed (the java directory that contains bin).&#160; As an example, if the java executable resides in /usr/bin/java/bin, then you would need env variable:</p><div class="codebox"><pre><code>export INSTALL4J_JAVA_HOME=/usr/bin/java</code></pre></div><p>I set my java env variables in /etc/bash.bashrc, but thats up to you.</p>]]></description>
			<author><![CDATA[dummy@example.com (dxrobertson)]]></author>
			<pubDate>Thu, 27 Jun 2019 10:30:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16695#p16695</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16693#p16693</link>
			<description><![CDATA[<p>Greetings..<br />My questions might be on topic.. <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />I&#039;m running beowulf, 64bit...grabbed openjdk from devuan repos:</p><div class="codebox"><pre><code>openjdk version &quot;11.0.4-ea&quot; 2019-07-16
OpenJDK Runtime Environment (build 11.0.4-ea+9-post-Debian-1)
OpenJDK 64-Bit Server VM (build 11.0.4-ea+9-post-Debian-1, mixed mode, sharing)</code></pre></div><p>I&#039;m clueless about anything &quot;Java&quot;, it&#039;s required to run the &quot;<a href="https://www.biglybt.com/" rel="nofollow">BiglyBT</a>&quot; program on I2p.<br />Your error is very close to mine...which I don&#039;t know how to satisfy &amp; continue with install.</p><div class="quotebox"><cite>Giorgos wrote:</cite><blockquote><div><p>&quot;No suitable Java Virtual Machine could be found on your system.<br />The version of the JVM must be at least 1.8 and at most 1.12.<br />Please define INSTALL4J_JAVA_HOME to point to a suitable JVM&quot;.</p></div></blockquote></div><p>My output:</p><div class="codebox"><pre><code>$ sudo bash BiglyBT_Installer.sh

don&#039;t need JNA
not wayland
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be at least 1.8 and at most 1.12.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.</code></pre></div><p>define INSTALL4J_JAVA_HOME ..???<br />{I noticed that &quot;INSTALL4J&quot; packaging thing, on their download page.}</p><p>To get java version I used -v and got this output:</p><div class="codebox"><pre><code>$ java -v
Unrecognized option: -v
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.</code></pre></div><p>I got something else to do? To &#039;create&#039; or &#039;run&#039; this JVM ??</p><div class="quotebox"><cite>Giorgos wrote:</cite><blockquote><div><p>Well...the only solution I found, is keeping both versions installed and switching to the newer one when needed and switching back to the normal one afterwards.</p></div></blockquote></div><p>Would ya pass the info to do that...so I can get it going and move on!? (learn something to!) <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Thanks...</p>]]></description>
			<author><![CDATA[dummy@example.com (stanz)]]></author>
			<pubDate>Thu, 27 Jun 2019 03:21:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16693#p16693</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16286#p16286</link>
			<description><![CDATA[<p>Well...the only solution I found, is keeping both versions installed and switching to the newer one when needed and switching back to the normal one afterwards.</p>]]></description>
			<author><![CDATA[dummy@example.com (Giorgos)]]></author>
			<pubDate>Thu, 30 May 2019 14:38:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16286#p16286</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16278#p16278</link>
			<description><![CDATA[<p><strong>Sorry</strong> James!&#160; <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br />I forgot to mention. I&#039;m on ASCII x64.</p><p>I already installed v.11 of OpenJDK. The backported (to stretch) one.</p>]]></description>
			<author><![CDATA[dummy@example.com (Giorgos)]]></author>
			<pubDate>Wed, 29 May 2019 18:47:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16278#p16278</guid>
		</item>
		<item>
			<title><![CDATA[Re: Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16277#p16277</link>
			<description><![CDATA[<p>Assuming you are running 64 bit - here is the link to download and install OpenJDK 11...&#160; &#160;</p><p><a href="https://debian.pkgs.org/10/debian-main-amd64/openjdk-11-jdk_11.0.3+1-1_amd64.deb.html" rel="nofollow">https://debian.pkgs.org/10/debian-main- … 4.deb.html</a></p><p>James<br />Indiana, USA</p>]]></description>
			<author><![CDATA[dummy@example.com (James1138)]]></author>
			<pubDate>Wed, 29 May 2019 18:21:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16277#p16277</guid>
		</item>
		<item>
			<title><![CDATA[Any luck with the (Debian) backported OpenJDK-11?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=16274#p16274</link>
			<description><![CDATA[<p>I installed it today, replacing the repo version (8), but while it indeed works with some programs, some others are bringing up messages like:<br />&quot;No suitable Java Virtual Machine could be found on your system.<br />The version of the JVM must be at least 1.8 and at most 1.12.<br />Please define INSTALL4J_JAVA_HOME to point to a suitable JVM&quot;.</p><p>Any ideas?&#160; <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /><br /><strong>TIA!</strong></p>]]></description>
			<author><![CDATA[dummy@example.com (Giorgos)]]></author>
			<pubDate>Wed, 29 May 2019 07:14:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=16274#p16274</guid>
		</item>
	</channel>
</rss>
