Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Machine - sigar related files reference error - no sigar-amd64-winnt.dll in java.library.path #63

Open
vivekVells opened this issue Nov 28, 2018 · 1 comment
Assignees
Labels
bug Something isn't working test environment reproduce the environment and verify whether it is working as of now in the project testing doing testing

Comments

@vivekVells
Copy link
Owner

refer #62 and verify whether this can be ran like #62 on linux machine

@vivekVells vivekVells added bug Something isn't working test environment reproduce the environment and verify whether it is working as of now in the project testing doing testing labels Nov 28, 2018
@vivekVells vivekVells self-assigned this Nov 28, 2018
@NEHAERSAVADLA
Copy link
Collaborator

Solution
From here hyperic-sigar-1.6.4.zip.
Unpacked it to "root/sigar" folder and added system property initialization to the test to avoid this error

@BeforeClass
public static void init() {
System.setProperty("org.hyperic.sigar.path", "C://sigar");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test environment reproduce the environment and verify whether it is working as of now in the project testing doing testing
Projects
None yet
Development

No branches or pull requests

2 participants