Skip to content
Snippets Groups Projects
Commit 78377d42 authored by Sebastian Bergemann's avatar Sebastian Bergemann
Browse files

GREEN (+ small adjustments)

Issue-Ref: 4186
Issue-Url: af3#4186



Signed-off-by: default avatarSebastian Bergemann <bergemann@fortiss.org>
parent 8d2d239e
No related branches found
No related tags found
1 merge request!48Help: Added FAQ wrt Java path in .ini file
Checking pipeline status
af3_faq.html e3879b1c7a32f79dfe5b0ad1069ac515227da0ac YELLOW
af3_faq.html 76b4b50bb4054b928a42640ecfa440ac5917d17a GREEN
example_co-simulation.html 92f60eb7a00cb781eb3df2d9f2d50f7d00b566c4 GREEN
examples.MainPage.html 2c4306f571d68206ce7511bbe0fda2ee428cd2d9 GREEN
getting_started.html c14e905bd433534ec9f7ace46b487e743d78f502 GREEN
......
......@@ -140,11 +140,15 @@
</li>
<li> AF3 does not start
<ul>
<li> Check, that the path to your AF3 (including the AF3 folder itself) does not contain spaces.</li>
<li> If the product does not start because the Java Virtual Machine (JVM) could not be created: Please update your Java installation to Java 11.0.7.</li>
<li> Check that the path to your AF3 (including the AF3 folder itself) does not contain spaces.</li>
<li> If the product does not start because the Java Virtual Machine (JVM) could not be created:
<ul>
<li> Please update your Java installation to Java 11.0.7.</li>
<li> In case you want to keep a different Java version as your primary Java installation, you may also add the path to Java 11.0.7 to autofocus3-phoenix.ini. In case of Windows this would mean to add the following <u>two</u> lines (other OS analogously) <u>before</u> <i>-vmargs</i> :<br>
<i>-vm<br>
&lt PathToYourJava11Installation&gt\bin\javaw.exe</i></li>
</ul>
</li>
</ul>
</li>
<li> On Windows: DSE does not execute and throws exception
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment