Open ear9mrn opened 4 years ago
It seems as if there are a lot of classes missing. Pair is not the only one. Maybe forgotten to git add
them before committing?
Actually, part of it is closed source: https://github.com/yccheok/jstock/issues/111 So you will have no luck trying to compile it yourself.
commit 8df5fb6886b5d1f493b84b6fcf7bdf3a276da3d4 Author: Yan Cheng Cheok yccheok@yahoo.com Date: Sat Jul 25 22:44:29 2015 +0800
org.yccheok.jstock.engine will be closed source component.
Which means that this
It's free and open source
is just false advertisement.
Not an issue just some guidance. Sorry but i am not familiar with compiling java code, trying to do this on my Ubuntu (19.10) machine with the following
ant -f build.xml
And get a bunch of errors.
/jstock/src/org/yccheok/jstock/alert/GoogleMail.java:35: error: cannot find symbol [javac] import org.yccheok.jstock.engine.Pair;
I am sure it is a simple fix but any guidance would be appreciated.
Thanks,
Pete.