GamerCoder Posted December 28, 2023 Share Posted December 28, 2023 Hello, I'm developing an information and performance-related mod, and to do that, I need to use native languages like C++ to get information about the CPU, GPU, Battery, etc. How would I use the JNI with Forge and Gradle? (Using the Kotlin DSL) Quote Link to comment Share on other sites More sharing options...
warjort Posted December 28, 2023 Share Posted December 28, 2023 You need a java/kotlin forum for questions about learning JNI This is a minecraft modding forum not a learning java forum. You can get a lot of information from the JRE itself. e.g. https://docs.oracle.com/en/java/javase/17/docs/api/java.management/java/lang/management/package-summary.html either running inside the JVM or to integrate the information into another management tool using remote JMX. See also : https://www.curseforge.com/minecraft/mc-mods/spark Quote Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.