maths / dragmath

DragMath is a drag and drop equation editor in the form of a Java applet. Once an expression is created the user can convert it into a variety of different linear syntax for mathematics, including MathML, LaTeX, Maple, Maxima or any user defined style.
Other
17 stars 7 forks source link

DragMath applet blocked by Java v7 update 51 #1

Open hashantha opened 10 years ago

hashantha commented 10 years ago

It appears that Java v7 update 51 introduced functionality that blocks Java applications using a self signed certificate.

https://www.java.com/en/download/faq/release_changes.xml

DragMath applet is blocked as a result of these changes.

scyrma commented 10 years ago

A reduced security workaround : http://stackoverflow.com/questions/21157450/how-to-make-a-machine-trust-a-self-signed-java-application

Moodle also has a bug about dragmath on https://tracker.moodle.org/browse/MDL-40568