Skip to content

CPU temp on windows #2830

Answered by pandalxb
exeyi asked this question in Q&A
Feb 27, 2025 · 1 comments · 2 replies

You must be logged in to vote

You may use OSHI 6.7.0 with the optional jLibreHardwareMonitor dependency. See ChangeLog.
Include like:

<dependency>
    <groupId>com.github.oshi</groupId>
    <artifactId>oshi-core</artifactId>
    <version>6.7.0</version>
</dependency>
<dependency>
    <groupId>io.github.pandalxb</groupId>
    <artifactId>jLibreHardwareMonitor</artifactId>
    <version>1.0.5</version>
</dependency>

And make sure to launch your program with administrator privilege.

Replies: 1 comment 2 replies

You must be logged in to vote
2 replies
@exeyi

@pandalxb

Answer selected by exeyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants