javaclasspath.txt in Matlab online
1 view (last 30 days)
Show older comments
I'm trying to add a jar to my static path in Matalb Online 2020a. I have the jar in the root of /MATLAB Drive. I have tried creating the file by
edit(fullfile(userpath,'javaclasspath.txt'))
and
edit(fullfile(prefsdir,'javaclasspath.txt'))
Neither seems to get loaded when I exit and start a new session. Suggestions?
0 Comments
Answers (1)
Rajani Mishra
on 28 May 2020
There can be possibly two reasons for you not be able to see changes
1. File is not saved in the right location :- Save the javaclasspath.txt file in the startup folder or in the preferences folder. Type "pwd" at the command line for identifying the startup folder, and use "prefdir" for preferences folder
2. File is not being saved after the changes made :- After editing make sure the file is saved with all the changes, verify it by checking in that location
Refer this link for more information :- https://www.mathworks.com/help/matlab/matlab_external/static-path.html
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!