JIDE license key message (2013b)

7 vues (au cours des 30 derniers jours)
Laurie
Laurie le 3 Mar 2016
Commenté : Darin McCoy le 23 Sep 2016
Hi,
I'm getting this message in Matlab 2013b:
"Unauthorized usage of JIDE products You get this message is because you didn't input a correct license key. If you see this message box in one of our demo examples, just ignore it. If you wish to use JIDE products in your application, please contact sales@jidesoft.com. done."
the code then appears (?) continues to run.
A Google search brought me to this page: http://undocumentedmatlab.com/blog/date-selection-components where I learned that JIDE is used by Matlab to run GUIs (?). However, in this case I am not attempting to use/display any GUI (the code is run entirely from the command line on a remote cluster).
What's happening?

Réponse acceptée

Yair Altman
Yair Altman le 3 Mar 2016
Despite the fact that your program does not have a GUI, it is possible that some internal components are still trying to initialize some JIDE components. As I wrote in the blog post that you referenced, simply adding the following line at the very top of your problem should probably fix your problem:
com.mathworks.mwswing.MJUtilities.initJIDE; % Initialize JIDE's usage within Matlab
  1 commentaire
Laurie
Laurie le 3 Mar 2016
thanks!

Connectez-vous pour commenter.

Plus de réponses (1)

Andreas Goser
Andreas Goser le 3 Mar 2016
I am aware of situations where this error came up with stand-alone applications generated by MATLAB Compiler. Can you confirm it is code within MATLAB,or a stand-alone application?
  3 commentaires
Scott Urquhart
Scott Urquhart le 25 Avr 2016
Hello,
As defined in the undocumented page. I used the same exact code. When compiled, I now get the message with 2015b. I didn't have it a week ago... Any idea? Any java update. I tried putting com.mathworks.mwswing.MJUtilities.initJIDE at the start of the program but no success.
Thanks for the help
% Initialize JIDE's usage within Matlab com.mathworks.mwswing.MJUtilities.initJIDE;
% Display a DateChooserPanel jPanel = com.jidesoft.combobox.DateChooserPanel; [hPanel,hContainer] = javacomponent(jPanel,[10,10,200,200],gcf)
Darin McCoy
Darin McCoy le 23 Sep 2016
I have the same issue....

Connectez-vous pour commenter.

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by