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 edit summary
 
Line 1: Line 1:
==Java==
==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
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{{=}}.}}
{{Command|export CLASSPATH{{=}}.}}
which will allow your code to be found during execution.
which will allow your code to be found during execution.

Latest revision as of 13:50, 6 June 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
[name@server ~]$ export CLASSPATH=.

which will allow your code to be found during execution.