I have a Task defined in a class. Fatal exception \"NoClassDefFoundError\" is happening on following line
MyCuteTask myTask = new MyCuteTask(equations)
This is an inner class please refer how to access the inner class object through outerclass else define your Myclass outside the Mainclass