Skip to content

Compilation error #1

@Dr-Drone

Description

@Dr-Drone

Hello! I'm working with my groupmate at university for a statistical ML course to recreate the findings in this paper. I read the documentation, installed the required javascript dev programs on my Mac, and compiled the code using

javac -XDignore.symbol.file -sourcepath src/ -d ./bin src/hmm/Juchmme.java
javac -XDignore.symbol.file -sourcepath src/ -d ./bin src/hmm/RandomSeq.java
javac -XDignore.symbol.file -sourcepath src/ -d ./bin src/nn/Main.java.

I was getting 27 depreciation warnings and then went ahead and ran main.java to which I received -

Exception in thread "main" 
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
        at nn.Main.main(Main.java:12) 

Any help would be greatly appreciated to run the code as our project deadline is approaching haha

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions