Jan 27, 2016 16:46
8 yrs ago
English term

system user variable path

English to French Tech/Engineering Computers: Systems, Networks
Bonsoir à tous,

Que comprenez-vous ici ?

"Add the full path of JVM.DLL (preferably hotspot or classic) to the system user variable path."

"Ajoutez le chemin d'accès complet de JVM.DLL (de préférence point d'accès sans fil ou classique) sur/dans le chemin de la variable utilisateur PATH". Que faire de "système" si l'on opte pour ce choix ?

Exemple : https://books.google.fr/books?id=uZ52ZRnXAsUC&pg=PA335&lpg=P...

Merci

Discussion

Willa95 (asker) Jan 28, 2016:
Merci pour vos lumières Daryo.
Daryo Jan 28, 2016:
PATH et SYSTEM are internal names, for an environment variable and for the "super user" in Windows;
there is no point translating either of them as "normal" end-users are supposed to never see them (although it can happen when there is a bug and system error messages start popping on the screen).

Also, it would be an enormous complication to change all the internal names for each language version of the OS - all that is translated in FR/SP/IT/RU and other versions of Windows OS is only the user interface (what the "normal" end-user will see on the screen), see

https://fr.wikipedia.org/wiki/Variable_d'environnement

http://www.commentcamarche.net/contents/1093-variables-d-env...

note that all internal names are simply left in English
Willa95 (asker) Jan 28, 2016:
Merci FX et Daryo. @Daryo, je vois que vous avez proposé "à la variable PATH de l'utilisateur SYSTEM / Système". Laisseriez-vous en FR ou en EN finalement ? Merci
Willa95 (asker) Jan 27, 2016:
Merci Gilou pour votre proposition.

Proposed translations

-1
3 hrs

variable d'environnement système PATH de l'utilisateur

" For Enterprise PeopleTools 8.21, you must have Sun's Java Virtual
Machine installed and set up to create the C++ and COM APIs to
connect to the BEA JOLT layer. To set up the COM and C++ APIs for
component interfaces follow these steps:
1. Install the Java Runtime Environment on the client workstation.
2. From the Control Panel, select System Properties, Advanced Tab,
Environment Variables to set the system environment variables.
3. Add the full path of JVM.DLL (preferably hotspot or classic) to
the system user variable path.
4. Edit the system environment variable CLASSPATH to contain the full
path of extapi.jar as follows: C:\WINNT\JAVA\Classes\extapi.jar."
ftp://public.dhe.ibm.com/software/tivoli_support/patches/pat...

"Modification de l'environnement système (Windows) - IBM
http://www-01.ibm.com/.../wsisinst_sys_envir_changes.html...
Sur les noeuds de traitement, mettez à jour la valeur de la variable d'environnement système PATH. Vous n'avez pas besoin de mettre à jour cette valeur sur le ..."


"Création d'un superutilisateur sur un système d'exploitation ...
http://www-01.ibm.com/support/...6.../t_suaix.htm?...
Définissez l'instruction suivante dans la variable d'environnement PATH de l'utilisateur : PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin: ..."
Peer comment(s):

disagree Daryo : your version doesn't make any sense// here it's "l'utilisateur" that is called SYSTEM and "variable d'environnement" is correct but unnecessary and not part of the term to translate// Have you ever actually edited a PATH variable in a Windows OS?
15 mins
frankly, this time, your disagree doesn't make any sense.// actually I have - you can't have been working with linux every day for 19 years without having to compile a package yourself and edited the user's PATH environment variable.
Something went wrong...
-1
4 hrs
English term (edited): the system user variable PATH

la variable PATH de l'utilisateur SYSTEM

there is typo in the ST that doesn't matter for the intended audience but can easily throw the outsider off track; it should be

system user variable PATH - PATH is the name of a variable and by convention should be all capitals!

system user variable PATH = the environment variable called PATH + as defined for / belonging to the user SYSTEM

the variable PATH is a string variable, basically just plain text - PATH is simply a list of directory paths that will be used by default by the user SYSTEM when looking for executable files (JVM.DLL is one), so


"Add the full path of JVM.DLL (preferably hotspot or classic) to the system user variable PATH"
=>
"Ajoutez le chemin d'accès complet de JVM.DLL (..) à la variable PATH de l'utilisateur SYSTEM / Système"


[la variable PATH étant en fait une liste de chemins d'accès aux fichiers exécutables, cela revient à dire:
"Ajoutez le chemin d'accès complet de JVM.DLL (..) à la liste des chemins d'accès aux fichiers exécutables contenue dans la variable PATH de l'utilisateur SYSTEM / Système"]

https://en.wikipedia.org/wiki/Path_(computing)
https://en.wikipedia.org/wiki/Environment_variable
https://en.wikipedia.org/wiki/PATH_(variable)

ftp://public.dhe.ibm.com/software/tivoli_support/patches/pat...


--------------------------------------------------
Note added at 16 hrs (2016-01-28 09:43:11 GMT)
--------------------------------------------------

For Enterprise PeopleTools 8.21, you must have Sun's Java Virtual
Machine installed and set up to create the C++ and COM APIs to
connect to the BEA JOLT layer. To set up the COM and C++ APIs for
component interfaces follow these steps:
1. Install the Java Runtime Environment on the client workstation.
2. From the Control Panel, select System Properties, Advanced Tab,
Environment Variables to set the system environment variables.
3. Add the full path of JVM.DLL (preferably hotspot or classic) to the system user variable path.
4. Edit the system environment variable CLASSPATH to contain the full
path of extapi.jar as follows: C:\WINNT\JAVA\Classes\extapi.jar.
ftp://ftp.software.ibm.com/software/tivoli_support/patches/p...


Migrating from Microsoft Java Virtual Machine to Sun Java Virtual Machine
In PeopleTools release 8.21, you must have Sun’s Java Virtual Machine installed and set up to create the
C++ and COM APIs to connect to the JOLT layer.
To set up the COM and C++ APIs for Component Interfaces follow these steps:
1. 1. Install the Java Runtime Environment (1.3.1 or higher) on the client machine
2. 2. From the Control Panel, select System Properties, Advanced Tab, Environment Variables to set the
system environment variables.
3. 3. Add the full path of JVM.DLL (preferably hotspot or classic) to the system user variable path.
4. 4. Edit the system environment variable CLASSPATH to contain the full path of Extapi.jar as follows:
C:\WINNT\JAVA\Classes\Extapi.jar.
https://docs.oracle.com/cd/B31274_01/psft/acrobat/pt848cpi-b...

notice C:\WINNT\JAVA\Classes\Extapi.jar.

"C:\WINNT\" indicates it's a Windows operating system that is used.

--------------------------------------------------
Note added at 18 hrs (2016-01-28 11:30:19 GMT)
--------------------------------------------------

the user SYSTEM is the Operating system itself - it's the master account in Windows
Peer comment(s):

agree AmbelyTrad
20 mins
Merci!
disagree GILLES MEUNIER : non path serait en majuscuies, ce n'est pas le cas ici
7 hrs
oh yeah, and that should be more important than the whole context? Quite innovative method, but I'll stick to my old-fashioned boring methods (like checking the context)//So it makes it right that a directory path is supposed to lead to a variable?
disagree FX Fraipont (X) : user SYSTEM? really?
8 hrs
yes, really - in the Windows operating system there is a user called SYSTEM // you are welcome to check for yourself: http://postimg.org/image/oenl51c7t/ // see also ... http://www.sevenforums.com/system-security/336018-system-use...
Something went wrong...
27 mins

chemin d'accès à la variable system user (utilisateur système)

-

--------------------------------------------------
Note added at 27 minutes (2016-01-27 17:14:28 GMT)
--------------------------------------------------

Il faut lire de cette façon

--------------------------------------------------
Note added at 2 jours1 heure (2016-01-29 18:01:56 GMT)
--------------------------------------------------

Pour moi, les deux traduisent PATH variable et donc c'est un contresens. La connaissance de Linux n'apporte rien ici...c'est juste du bon sens...
Peer comment(s):

agree Platary (X) : Oui.
1 hr
disagree Daryo : since when a "user" is a "variable" ??? + "directory paths" lead to files or subdirectories NOT to variables - basics of computing!
2 hrs
system user est la variable. Vous savez ce que c'est une variable, vous traduisez PATH variable, ce qui est faux
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search