mixly / Mixly_Arduino

A visual programming editor based on blockly for Arduino、Microbit、MicroPython、Python
http://mixly.org/
Apache License 2.0
244 stars 106 forks source link

Can not run using ubuntu #30

Open enboig opened 3 years ago

enboig commented 3 years ago

I managed to run an old version using ubuntu 20.04; but I am unable to run the last version. $ java -jar Mixly.jar Error: Could not find or load main class org.mixly.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application I am using java 11 (but 8 didn't work), and installed javafx package and defined export PATH_TO_FX=/usr/share/openjfx/lib What am I missing?

Thanks

fredqian commented 3 years ago

https://pan.baidu.com/s/1A_k4T21rlfZpRbLttovN5A#list/path=%2F download from here

在2021-01-22 06:24:28,enboignotifications@github.com写道:

I managed to run an old version using ubuntu 20.04; but I am unable to run the last version. $ java -jar Mixly.jar Error: Could not find or load main class org.mixly.Main Caused by: java.lang.NoClassDefFoundError: javafx/application/Application I am using java 11 (but 8 didn't work), and installed javafx package and defined export PATH_TO_FX=/usr/share/openjfx/lib What am I missing?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

enboig commented 3 years ago

Can't it be posted as a release in github?

enboig commented 3 years ago

I tried to download the file, but I have been unable to do so; could you post it somewhere else?

Thanks