WavesJ icon indicating copy to clipboard operation
WavesJ copied to clipboard

com.sun.jna.Native.load(Ljava/lang/String;Ljava/lang/Class;)Lcom/sun/jna/Library;

Open showlocked opened this issue 3 years ago • 0 comments

when i used in springboot project it give me this error message, how can i do?,the detail message is:

Exception in thread "main" java.lang.NoSuchMethodError: com.sun.jna.Native.load(Ljava/lang/String;Ljava/lang/Class;)Lcom/sun/jna/Library; at org.whispersystems.curve25519.NativeCurve25519Provider.<clinit>(NativeCurve25519Provider.java:14) at org.whispersystems.curve25519.OpportunisticCurve25519Provider.<init>(OpportunisticCurve25519Provider.java:15) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang.Class.newInstance(Class.java:442) at org.whispersystems.curve25519.Curve25519.constructClass(Curve25519.java:179) at org.whispersystems.curve25519.Curve25519.constructOpportunisticProvider(Curve25519.java:174) at org.whispersystems.curve25519.Curve25519.getInstance(Curve25519.java:31) at org.whispersystems.curve25519.Curve25519.getInstance(Curve25519.java:23) at com.wavesplatform.crypto.Crypto.<clinit>(Crypto.java:15) at com.wavesplatform.transactions.account.Address.<init>(Address.java:130) at com.wavesplatform.transactions.account.Address.from(Address.java:34) at com.wavesplatform.transactions.account.PublicKey.address(PublicKey.java:92) at com.wavesplatform.transactions.account.PublicKey.address(PublicKey.java:103)

showlocked avatar Aug 26 '22 06:08 showlocked