Hello Pure Data community
I know this is not a question directly related to Pd, but I think you guys can help me. How to open MobMuPlat Editor in Linux Ubuntu 20.04?
Thanks
How to open MobMuPlat Editor in Linux?
Hello Pure Data community
I know this is not a question directly related to Pd, but I think you guys can help me. How to open MobMuPlat Editor in Linux Ubuntu 20.04?
Thanks
It's been a while but I used to fiddle with it on linux and had no problems. It's java so make sure you have the latest openJDK installed then build the java version as per instructions here: https://github.com/monkeyswarm/MobMuPlatEditor
Yep, if you have Java installed, look in the "CrossPlatformJava" dir, and MobMuPlatEditor.jar should run with a double-click.
I'm also using Ubuntu 20.04. A right-click also shows "Open with OpenJDK Java 11 Runtime".
(I didn't build it, just used the jar from the development package, linked from the "Setup" section of the website.)
I recall using it on linux:
https://danieliglesia.com/mobmuplat/MobMuPlatDistribution_1.82iOS_0.34Android.zip
In a terminal:
java -jar ~/Downloads/MobMuPlatDistribution_1.82iOS_0.34Android/Editor/CrossPlatformJava/MobMuPlatEditor.jar
Try to install "OpenJDK". After this, "double click" on MobMuPlat Editor. If that doesn't work, open a terminal in the same folder as the file and type "java -jar MobMuPlatEditor.jar"
Oops! Looks like something went wrong!