Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Feb 22, 2024
1 parent a9c597e commit 44f6fad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions _sources/troubleshooting.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ General
environment (JRE). You also may have to set the ``JAVA_HOME`` environment variable pointing
to your JDK installation (above the ``bin`` directory).

* Before you can install `matplotlib`, you may have to upgrade your `distribute` library as follows:
* **Q:** I cannot start the JVM once stopped - why?

.. code-block:: bash
**A:** That's unfortunately one of the limitations of the underlying python-javabridge library:
https://github.com/LeeKamentsky/python-javabridge/issues/88

$ ./venv/bin/easy_install -U distribute
However, a potential workaround was suggested in that same thread (not tested):
https://github.com/LeeKamentsky/python-javabridge/issues/88#issuecomment-817875968


Debian
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ <h2>General<a class="headerlink" href="#general" title="Permalink to this headli
environment (JRE). You also may have to set the <code class="docutils literal notranslate"><span class="pre">JAVA_HOME</span></code> environment variable pointing
to your JDK installation (above the <code class="docutils literal notranslate"><span class="pre">bin</span></code> directory).</p>
</li>
<li><p>Before you can install <cite>matplotlib</cite>, you may have to upgrade your <cite>distribute</cite> library as follows:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ ./venv/bin/easy_install -U distribute
</pre></div>
</div>
<li><p><strong>Q:</strong> I cannot start the JVM once stopped - why?</p>
<p><strong>A:</strong> That’s unfortunately one of the limitations of the underlying python-javabridge library:
<a class="reference external" href="https://github.com/LeeKamentsky/python-javabridge/issues/88">https://github.com/LeeKamentsky/python-javabridge/issues/88</a></p>
<p>However, a potential workaround was suggested in that same thread (not tested):
<a class="reference external" href="https://github.com/LeeKamentsky/python-javabridge/issues/88#issuecomment-817875968">https://github.com/LeeKamentsky/python-javabridge/issues/88#issuecomment-817875968</a></p>
</li>
</ul>
</section>
Expand Down

0 comments on commit 44f6fad

Please sign in to comment.