{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihoaar4mnu5j2im2zgp4unesltun5qfxmr2txshcp4hzpdog6xy6m",
    "uri": "at://did:plc:dxjzgxe7cvirxkwfjr2tjspt/app.bsky.feed.post/3mgc4wfndwgs2"
  },
  "path": "/t/unsatisfiedlinkerror-regarding-minie/49429#post_1",
  "publishedAt": "2026-03-04T20:54:47.000Z",
  "site": "https://hub.jmonkeyengine.org",
  "tags": [
    "https://help.gradle.org"
  ],
  "textContent": "Hey! I’m very new to JME, only played around a little and when trying to utilize Minie for the physics in my project (During the setup I built the project with it) it does nothing but throw errors.\n\nThese errors stop when I remove the new BulletAppState() from the super constructor of SimpleApplication but wont load because my GameObject class I made tries to use physics (Which is what I expect from doing that)\n\nNot sure what I could be doing wrong if anything since again I’m just using the libraries that my project was built with.\n\nError:\nException in thread “main” java.lang.UnsatisfiedLinkError: ‘long com.jme3.bullet.CollisionConfiguration.createNative(int, int)’\nat com.jme3.bullet.CollisionConfiguration.createNative(Native Method)\nat com.jme3.bullet.CollisionConfiguration.(CollisionConfiguration.java:78)\nat com.jme3.bullet.CollisionConfiguration.(CollisionConfiguration.java:59)\nat com.jme3.bullet.BulletAppState.(BulletAppState.java:126)\nat com.fellowfalls.FellowFalls.(FellowFalls.java:23)\nat com.fellowfalls.FellowFalls.main(FellowFalls.java:31)\n\nFAILURE: Build failed with an exception.\n\n  * What went wrong:\nExecution failed for task ‘:FellowFalls.main()’.\n\n\n\n> Process ‘command ‘C:\\Program Files\\Java\\jdk-21\\bin\\java.exe’’ finished with non-zero exit value 1\n\n  * Try:\n\n\n\n> Run with --stacktrace option to get the stack trace.\n>  Run with --info or --debug option to get more log output.\n>  Run with --scan to get full insights.\n>  Get more help at https://help.gradle.org.\n\nBUILD FAILED in 682ms",
  "title": "UnsatisfiedLinkError regarding Minie"
}