#maven errors
15 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @frail spruce! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Is you tree completely bogus?
sorry the tree is a directory structure of were the files are located
that was simply a linux command that shows the folders and the files inside
not an actual tree as in data structure
@waxen dust let me take a look
package com.example;
public class HelloJNI {
static {
System.loadLibrary("hello"); // Load the JNI library
}
private native void printHello(); // Native method declaration
public static void main(String[] args) {
new HelloJNI().printHello(); // Call the native method
}
}
jni is actually pretty cool
i believe the location of the files are placed in the right areas, not sure why the headers are not being found
What is the -I flag for again, in gcc?