Pages : 1
#1 Le 27/06/2007, à 21:09
- luxan
[résolut] Matlab 2007a probleme desktop
Voila je suis sur ubuntu amd64 feisty, j'ai installé matlab 2007a sans probleme.
Mais lorsque que je veux lancer matlab j'ai une erreur:
Failed to start the Desktop: Failure loading desktop class
alors je test avec matlab -nodesktop et la matlab se lance mais avec une erreur:
Couldn't load Look and Feel: java.lang.UnsatisfiedLinkError: Can't load library: /opt/matlab/sys/java/jre/glnxa64/jre1.5.0/lib/amd64/motif12/libmawt.so
Donc voila je ne sais pas comment régler ca, j'ai regardé les tutos mais aucun ne parlent de ce probleme.
Merci
Edit:
Enfaite c'était ma faute j'avais suivis le tuto: http://doc.ubuntu-fr.org/pdf_split_and_merge
j'avais donc rajouter le toolkit qui ne marche pas avec java 6 et donc tout merdaient.
je l'ai retiré c'est bon
Dernière modification par luxan (Le 28/06/2007, à 10:34)
Hors ligne
#2 Le 27/06/2007, à 23:48
- LaTortue
Re : [résolut] Matlab 2007a probleme desktop
Pour matlab 6,
La commande "matlab -desktop" marche parfaitement
j'ai crée un raccourci dans le menu 'application' de gnome, en créant le fichier suivant:
/usr/share/applications/matlab.desktop
*****************************************
[Desktop Entry]
Encoding=UTF-8
Version=0.9.2
Name=Matlab
Name[fr]=Matlab
Comment=Mathematics
Comment[fr]=Mathematics
Exec=matlab -desktop
Icon=/usr/share/matlab/images/icon.png
Terminal=false
Type=Application
Categories=Application;Development;
MimeType=math/x-mat;
************************************
Hors ligne
#3 Le 28/06/2007, à 00:50
- luxan
Re : [résolut] Matlab 2007a probleme desktop
Merci pour ta réponse.
mais j'ai matlab 7, et faire ca ne changera rien vu que matlab ne marche quand je le lance avec la console.
Hors ligne
Pages : 1