Yontipon

Results 7 comments of Yontipon

I'm not really an expert on this, but I think I have some information that will be useful to you, so I'll share what I know. It sounds like you'll...

To clarify about the workflows and compiling: if you enable Actions in your Github fork, then push to the main branch, the workflow will automatically run and compile the natives....

Your understanding seems correct, except that the file produced by the workflow is only the native (C++) code. I believe that a complete jar, including the java code, would be...

First, I put the two project folders in the same folder. In gdx-controllers (the project using Jamepad) created the "libs" folder, and I put the jar with the natives inside...

A few more things I thought of: You'll need your IDE's Gradle plugin (I think my Eclipse came with it). You'll want to import the projects as Gradle projects. If...

Could you try to get a stack trace while the program is hanging? VisualVM or a similar program should let you do that.

VisualVM is a Java profiler. It's a free download, and at one point was even packaged with the JDK. It runs as its own application, displays a list of java...