Is it possible to run matlab without a Java jre.

22 views (last 30 days)
Our security policy has disallowed the use of Java on our PC's. Can we remove the JRE and still run Matlab.

Answers (1)

Guillaume
Guillaume on 16 Apr 2015
You can use matlab without Java (with startup option -nojvm) but with extremely reduced funtionality. You don't get the desktop environment or figures as they are all drawn using java. There's also several function that are not going to work (such as webread) as the bulk of the work is again delegated to java.
Disabling java for the browser makes sense. Disabling java altogether may not be so wise.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!