Skip to content

Cli.java won't compile #25

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. go into cli directory
2. compile Cli.java with javac Cli.java

What is the expected output? What do you see instead?

A Cli.class file is expected but i get the following:

Cli.java:27: package be.ac.ulg.montefiore.run.jahmm.io does not exist
import be.ac.ulg.montefiore.run.jahmm.io.FileFormatException;
                                        ^
Cli.java:54: cannot find symbol
symbol  : class AbnormalTerminationException

+ 9 more errors


What version of the product are you using? On what operating system?

I am using jahmm-0.6.1 on Ubuntu 10.04

Please help with this!


Original issue reported on code.google.com by jorre...@gmail.com on 29 Mar 2012 at 2:08

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions