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
When i want to build LiquidFun project and write a test class obey the web guide(https://github.com/bytedeco/javacpp-presets/tree/master/liquidfun).
There have an error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Platform "windows-x86_64" not supported by class org.bytedeco.javacpp.liquidfun
at org.bytedeco.javacpp.Loader.load(Loader.java:916)
at org.bytedeco.javacpp.Loader.load(Loader.java:879)
at org.bytedeco.javacpp.liquidfun.(liquidfun.java:10)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.bytedeco.javacpp.Loader.load(Loader.java:938)
at org.bytedeco.javacpp.Loader.load(Loader.java:879)
at org.bytedeco.javacpp.liquidfun$b2World.(liquidfun.java:3891)
at demo.BallDemo.main(BallDemo.java:13)
The text was updated successfully, but these errors were encountered:
When i want to build LiquidFun project and write a test class obey the web guide(https://github.com/bytedeco/javacpp-presets/tree/master/liquidfun).
There have an error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Platform "windows-x86_64" not supported by class org.bytedeco.javacpp.liquidfun
at org.bytedeco.javacpp.Loader.load(Loader.java:916)
at org.bytedeco.javacpp.Loader.load(Loader.java:879)
at org.bytedeco.javacpp.liquidfun.(liquidfun.java:10)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.bytedeco.javacpp.Loader.load(Loader.java:938)
at org.bytedeco.javacpp.Loader.load(Loader.java:879)
at org.bytedeco.javacpp.liquidfun$b2World.(liquidfun.java:3891)
at demo.BallDemo.main(BallDemo.java:13)
The text was updated successfully, but these errors were encountered: