Hi Folks, has anyone been able to run MFC on a Raspberry Pi please? I,ve tried to run it using all the instructions provided but no success!
I get the following error:
pi@raspberrypi:~/pi-mfc $ sudo sh runmfc.sh
runmfc.sh: 3: runmfc.sh: Bad substitution
+ cat
############################################################################
Thank you for trying MFC-Edit.
I hope that you'll find it useful and ejoy another app on LINUX.
If you are running a version of LINUX with a graphical desktop, for
example KDE, Gnome, Unity, Xfce etc. you can just use your file browser
to navigate to the MFC-101/bin/MFC-Edit.jar file and double-click
it to launch it. For LINUX desktops that won't automatically
launch the Java (or OpenJDK) runtime you can configure your desktop to
do so.
Failing that, open a terminal (xterm, konsole, gnome-terminal etc.)
and run this shell script to launch MFC-Edit.
############################################################################
+ java -Dsun.java2d.dpiaware=false -jar ./MFC-Edit.jar
pi@raspberrypi:~/pi-mfc $ Error: Unable to initialize main class mfc.edit.MFC_Edit
Caused by: java.lang.NoClassDefFoundError: net/java/balloontip/styles/BalloonTipStyle