Skip to content

"cannot resolve symbol 'iface'" #12

@ilansr

Description

@ilansr

Hi,

Took code from you example in README file:

package com.ilanaaf;

import tv.amwa.maj.io.aaf.AAFFactory;
import tv.amwa.maj.iface.Preface;
import tv.amwa.maj.extensions.avid.AvidFactory;
import tv.amwa.maj.model.Preface;

import java.io.IOException;

public class Main {

    public static void main(String[] args) {
        AvidFactory.registerAvidExtensions(); // refisters AAF and common Avid extensions
        try {
            Preface fromAAF = AAFFactory.readPreface("/Users/ilanrackover/downloads/SequenceNameInAvid.aaf");
           

        } catch (IOException e) {
            e.printStackTrace();
        }
    }
}

I am using Intelij, as IDE - it does not recognise import of tv.amwa.maj.iface.Preface;

Please assist

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