jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 189 forks source link

Does this library supports Javafx Application? #74

Closed rajendraprasad348 closed 4 years ago

rajendraprasad348 commented 4 years ago

I have tried to run jar files mentioned in Bintray but it is giving an no main manifest attribute error. then how to use jar files in my javafx application ? Please help me out of this problem

jianzhongli commented 4 years ago

This is a Android library, I don't think it will run in javafx. Is there anything like WebView in javafx? Maybe you can tweak the source code a little bit to make it work in javafx.

rajendraprasad348 commented 4 years ago

@jianzhongli yes we have webview in javafx. i am also new to javafx i dont know how to modify it.