Skip to content

Issues with building Java examples #30

@boonier

Description

@boonier

@kunstmusik I'm getting a build error when using the Ant method to build the examples on macOS Monterey (M1 silicon)

[javac] /Users/boonier/GIT/csoundAPI_examples/java/src/csoundapiexamples/Example1.java:18: error: package csnd6 does not exist
[javac] import csnd6.Csound;

Is the build config not finding the required Csound6 libs? The build.xml references the netbeans build config:

<import file="nbproject/build-impl.xml"/> in which I assume the class path is:

javac.classpath=\ ${libs.csnd6.classpath}

I assume this means the config though Netbeans, which I am not using.

I've got the usual symlinks in /Library/Java/Extensions for csnd6.jar and lib_jcsound6.jnilib

Any ideas?

many thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions