question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows 10 support for junixsocket

See original GitHub issue

Duplicate of this.

Hi,

I have started using Docker for Windows Beta and trying to build a Docker image on my Windows machine using gradle. It used to be fine on Linux, but on Windows 10 I get the following exception:

Operating System not officially supported by junixsocket: Windows 10
java.lang.UnsatisfiedLinkError: Could not find library in classpath, tried: [libjunixsocket-windows10-1.8-amd64.so, libjunixsocket-windows10-1.5-amd64.so]

Is there a chance to have junitsocket support Windows? Because with Docker for Windows more and more developers will switch to Windows.

Thanks in advance.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
kohlschuettercommented, Feb 17, 2019

Look what happened. With cross-compilation support introduced in junixsocket 2.2, we can now support junixsocket on Windows 10! (It required some effort, but not as much as anticipated)

Please download junixsocket 2.2.0 and verify 😃

2reactions
gesellixcommented, Jul 15, 2017

Since the bmuschko/gradle-docker-plugin uses docker-java internally, I suggest you to follow the existing issue at https://github.com/docker-java/docker-java/issues/765 - maybe you could leave a note there to increase awareness.

Read more comments on GitHub >

github_iconTop Results From Across the Web

junixsocket – Compatibility Considerations - Projects
Windows 10 Intel 64-bit and ARM 64-bit; Windows Server 2019; Windows Server 2022; FreeBSD (amd64); OpenBSD (amd64); NetBSD (amd64); DragonFlyBSD ...
Read more >
AF_UNIX comes to Windows - Microsoft Developer Blogs
Support for the unix socket has existed both in BSD and Linux for the longest time, but, not on Windows. On Windows, there...
Read more >
Connect to MySQL with unix sockets | DataGrip Documentation
On Unix, you can connect to the mysqld server by using two different ways: a Unix socket file (for example, /var/run/mysqld/mysqld.sock), ...
Read more >
Docker-java API connect virtualbox ubuntu docker in Eclipse ...
I have installed virtualbox on windows 10 and created a Ubuntu instance for ... RuntimeException: Library 'junixsocket-native-2.0.4.dll' not found! at ...
Read more >
junixsocket-native not loading - The FreeBSD Forums
I am using junixsocket version 2.3.1. ... lib/amd64-Windows10-clang/jni/junixsocket-native-2.3.1.dll module-info.class.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found