Translations:CPLEX/22/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "==Java== If you use Java, you will have some further steps to carry out. Firstly, in your <tt>.bashrc</tt> file, you can add the line {{Commande|export CLASSPATH{{=}}.}} which...")
(No difference)

Revision as of 19:51, 28 March 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (CPLEX)
==Java==
Si vous utilisez java, vous aurez quelques étapes supplémentaires. Tout d'abord, dans votre fichier .bashrc, vous pouvez ajouter la ligne,
{{Commande|export CLASSPATH{{=}}.}}
qui permettra de trouver votre code lors de l'exécution.

Java

If you use Java, you will have some further steps to carry out. Firstly, in your .bashrc file, you can add the line

Question.png
[nom@serveur ~]$ export CLASSPATH=.

which will allow your code to be found during execution.