You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: @aservet1@rutvik2007
Hello, I compiled the Java program and try to run, but I am getting error message as below. How can I find libJNIRAPL.so file. please help me.
!! error loading library ! -- /native/libJNIRAPL.so
java.io.FileNotFoundException: File /native/libJNIRAPL.so was not found inside JAR.
at jRAPL.NativeUtils.loadLibraryFromJar(NativeUtils.java:105)
at jRAPL.NativeAccess.loadNativeLibrary(NativeAccess.java:52)
at jRAPL.NativeAccess.(NativeAccess.java:60)
at jRAPL.EnergyManager.activate(EnergyManager.java:21)
at jRAPL.EnergyMonitor.activate(EnergyMonitor.java:11)
at jRAPL.AsyncEnergyMonitor.activate(AsyncEnergyMonitor.java:22)
at jRAPL.AsyncEnergyMonitorJavaSide.activate(AsyncEnergyMonitorJavaSide.java:33)
at jyaguchiwebswingclient.JyaguchiWebSwingClient.main(JyaguchiWebSwingClient.java:60)
C:\Users\admin\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 2 seconds)
Thank you in advance.
The text was updated successfully, but these errors were encountered:
run:
@aservet1 @rutvik2007
Hello, I compiled the Java program and try to run, but I am getting error message as below. How can I find libJNIRAPL.so file. please help me.
!! error loading library ! -- /native/libJNIRAPL.so
java.io.FileNotFoundException: File /native/libJNIRAPL.so was not found inside JAR.
at jRAPL.NativeUtils.loadLibraryFromJar(NativeUtils.java:105)
at jRAPL.NativeAccess.loadNativeLibrary(NativeAccess.java:52)
at jRAPL.NativeAccess.(NativeAccess.java:60)
at jRAPL.EnergyManager.activate(EnergyManager.java:21)
at jRAPL.EnergyMonitor.activate(EnergyMonitor.java:11)
at jRAPL.AsyncEnergyMonitor.activate(AsyncEnergyMonitor.java:22)
at jRAPL.AsyncEnergyMonitorJavaSide.activate(AsyncEnergyMonitorJavaSide.java:33)
at jyaguchiwebswingclient.JyaguchiWebSwingClient.main(JyaguchiWebSwingClient.java:60)
C:\Users\admin\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 2 seconds)
Thank you in advance.
The text was updated successfully, but these errors were encountered: