#maven errors

15 messages · Page 1 of 1 (latest)

frail spruce
remote galeBOT
#

This post has been reserved for your question.

Hey @frail spruce! Please use /close or the Close Post button 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.

near remnant
#

Is you tree completely bogus?

waxen dust
#

your main directory is not even in src

#

If I read it correctly?

frail spruce
#

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

near remnant
#

What is the -I flag for again, in gcc?