This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1fb434a Site checkin for project PLC4X: Jenkins Tools
1fb434a is described below
commit 1fb434aacd82a5255fe2db1e5aae061112d269a5
Author: jenkins <[email protected]>
AuthorDate: Sun Feb 27 03:00:41 2022 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/preparing/windows.html | 31 +++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 deletions(-)
diff --git a/developers/preparing/windows.html
b/developers/preparing/windows.html
index 84d1061..b6d46d4 100644
--- a/developers/preparing/windows.html
+++ b/developers/preparing/windows.html
@@ -250,12 +250,39 @@
It is available from <a href="https://npcap.com/">here</a>.</p>
</div>
<div class="paragraph">
-<p>Additional tasks to enable Java to find the pcap executables may need to be
done.
-Follow the instructions <a
href="https://github.com/kaitoy/pcap4j#about-native-library-loading">here</a></p>
+<p>So in order to install things correctly:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>install the version Npcap from above location.</p>
+</li>
+<li>
+<p>Add <code>%SystemRoot%\System32\Npcap\</code> to your System’s
<code>PATH</code></p>
+</li>
+<li>
+<p>Possibly reboot</p>
+</li>
+</ol>
</div>
<div class="paragraph">
<p>After this all should be working.</p>
</div>
+<div class="paragraph">
+<p>If not, have a look here for possible help: <a
href="https://github.com/kaitoy/pcap4j#about-native-library-loading">here</a></p>
+</div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">
+If you had WinPcap installed, you need to uninstall this and make sure the
files <code>Packet.dll</code> and <code>wpcap.dll</code> are deleted in the
<code>%SystemRoot%\System32\</code> directory. Otherwise <code>pcap4j</code>
will incorrectly detect a wrong version.
+</td>
+</tr>
+</table>
+</div>
</div>
<div class="sect2">
<h3 id="gcc">gcc</h3>