Using 2018b javaclasspath.txt doesn't seem to get loaded during batch startup.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Anthony Whipple
il 8 Feb 2019
Commentato: Anthony Whipple
il 5 Apr 2019
I am trying to run matlab 2018b in batch mode under windows using the task scheduler. The command options are:
-useStartupFolderPref -nosplash -minimize -r my_script_file
I have a javaclasspath.txt file in my startup folder. my_script_file works when matlab is launched by double clicking the icon. During the batch mode startup, the java class path does not include the contents of my javaclasspath.txt file - it does when matlab is started by double click.
Am I doing something wrong?
0 Commenti
Risposta accettata
Andrew Stamps
il 4 Apr 2019
Have you attempted putting your javaclasspath.txt file in your preferences directory instead of your startup directory? The preferences directory can be found by executing the following command:
prefdir
For more information, see the following: https://www.mathworks.com/help/matlab/matlab_external/static-path.html
Più risposte (1)
Yair Altman
il 11 Feb 2019
I'm not sure why your javaclasspath.txt file doesn't load in batch mode. As workaround, you can programmatically load the necessary Java classes into the static Java classpath inside your script file, as described in https://undocumentedmatlab.com/blog/static-java-classpath-hacks
0 Commenti
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!