sarahrenjun / jahmm

Automatically exported from code.google.com/p/jahmm
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Cli.java won't compile #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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