-
Notifications
You must be signed in to change notification settings - Fork 84
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
Uncompatible DLL loaded on Windows 64-bit #34
Comments
Hello, there is also a 64 bit version of Java (SDK / SE) out there. Why don't you give it a try? Greetz |
I have a reason why I use that version. So because there is possibility to run both versions of JDK (32- and 64-bit) on Windows 64-bit, i think your library should work regardless which version it is used on. |
From my point of view I don't see any good reason to run a 32 bit JDK on a 64 bit Windows system. And only because there is the possibility to do something one won't do anything just because it's possible ;-) switching to a 64 bit version is also possible and in my opinion preferable. But if you really have a good reason why you need the 32 bit solution, you may feel free to branch the javasysmon lib and adapt / improve it to your needs. Again it's open source (and at least not my software ;-) ) |
P.S. I don't want to branch the library because it is unnecessary. |
At 1. I like your philosophical approach :-) At the rest: I'm totally with you :-)) |
It isn't philosophy (electromagnetic waves, for example). And I'm not talking about reasons, advantages and so on. I'm just trying to think logically. :) |
The Windows DLLs were incorrectly recompiled in commit f50e6d4, i.e.
The |
Please can someone fix this problem ? I am using |
I created a fixed version and uploaded on this Github Repository -> https://github.com/goxr3plus/javasysmon |
@goxr3plus's javasysmon2 (https://github.com/goxr3plus/javasysmon2), which appears to be an extension of project linked to above, has resolved this problem for me. |
@sco-tt Nothing my dear friend, i mixed different stuff there 😂. It needs lot more work though to support all the features that i have added on readme, if you can help me ♥. |
@goxr3plus plus direct me to some issues and I'll try to pitch in |
Windows monitor tries to load DLL depending on the system architecture. But I have Java 32-bit installed on Windows 64-bit. So I get next error: Can't load AMD 64-bit .dll on a IA 32-bit platform.
The text was updated successfully, but these errors were encountered: