Why do MATLAB 6.5.1 (R13SP1) and earlier versions fail to launch after creating a java.opts file to debug my Java application?
Show older comments
I added the following lines of code to my java.opts file:
-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,address=8888,suspend=n
Then when I launched MATLAB, the splash screen appeared, but nothing else happened.
Accepted Answer
More Answers (0)
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!