Why does javaclasspath.txt not set the static javaclasspath when I re-start MATLAB

Here's a neat shortcut to restart MATLAB shared ed by Sean de Wolski . I added a shortcut onto my desktop to do just this!
But here's my problem:
Suppose I start MATLAB normally my static javaclasspath matches the file javaclasspath.txt stored in my userpath. Now I type at the command line
system('matlab &');
and a new instance of MATLAB gets going but this one has a different static javaclasspath - items that I added in my javaclasspath.txt don't appear and consequently my database links don't work.

1 Comment

More info
Turns out that the javaclasspath.txt isn't read in if MATLAB starts in a different folder to that of userpath. I get the same behaviour by double-clicking on a MAT file in some other folder on my system. When MATLAB starts it always runs startup.m in my userpath, it adds my userpath onto the MATLAB path and it can locate javaclasspath.txt using the which command, although it does not set javaclasspath using this file.....

Sign in to comment.

More Answers (0)

Categories

Products

Release

R2018a

Asked:

on 12 Jun 2018

Answered:

on 12 Jun 2018

Community Treasure Hunt

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

Start Hunting!