Questions tagged [system-variable]
146 questions
0
votes
2 answers
How to set the system variables using java program
I want to set environment variable in JAVA . For this , I have searched a lot in internet and got the following code
ProcessBuilder pb = new ProcessBuilder();
Map env = pb.environment();
env.put("DS_HOME",…

Parul
- 1
- 1
- 2
0
votes
2 answers
why i am not able to edit or create system variables in windows?
I was trying to set the GRADLE_HOME system variable for my system as per this video in youtube. I am admin user and only user in my system.
enter image description here
This image is screenshot from my desktop. As you can see that I am not able to…

Ashmin
- 15
- 2
- 10
0
votes
1 answer
How to change system variable PHONE_STATE
I am creating a system application which can modify the phone state variable to ringing or idle.
The permission MODIFY_PHONE_STATE is available only to system applications. After creating a system application, how can I access that variable?
Are…

Anuj Arora
- 21
- 8
0
votes
1 answer
Python - Faster way to set python path on windows?
When you install python on windows, you have to set the path by going to the Environment Variables, then click New, enter the name, then in the value place enter the path, finally edit the path and add %pythonexe%; to it. When you do this, you can…

xilpex
- 3,097
- 2
- 14
- 45
0
votes
1 answer
Change system variables length in SSIS
I have source excel file and I need to add the file name to every row, When I select the file name from system variables, the system set 0 as the length. How could I change this value?
0
votes
3 answers
Maven isn't installing correctly
I am trying to install maven v3.5.4 onto my computer and whenever I try the 'mvn -version' command, I get
'mvn' is not recognized as an internal or external command,
operable program or batch file.
I have looked up multiple tutorials on how to…

Plasma
- 43
- 1
- 10
0
votes
2 answers
Is it possible to see variable states in native iPhone apps?
For example, if upon launching my app I wanted to see who the current caller was or what the latest SMS message was from "Phone" or "Messages", are there classes available that can access information at this level?
This may be a system…

Old McStopher
- 6,295
- 10
- 60
- 89
0
votes
2 answers
Data Factory V1 system variable for last time pipeline was executed
I have a pipeline that daily extracts newly updated data from an SQLDB table into a .tsv file in Data Lake Store.
That data will be used later to append/update to an existing table.
To select only the newly updated rows from SQLDB, I used a…

Tomás Law
- 141
- 1
- 1
- 6
0
votes
1 answer
How can I set a Jmeter variable value in to a Linux System or environment variable
How can I set a Jmeter variable value in to a Linux System or environment variable?
I need to set a value I extract in my jmeter script in to a system variable to use it later in a different script.
Is this supported or if not please provide me an…

Ushani
- 1,199
- 12
- 28
0
votes
0 answers
How do I add a new System variable in Windows 7 via the command line?
What is the correct way to create and set a new System variable via the command line in Windows 7?
I know that it's possible through the GUI by doing the following:
Control Panel => System => Advanced System settings => Environment variables => Add…

Tom O.
- 5,730
- 2
- 21
- 35
0
votes
2 answers
Java and javac not working in cmd. Both java and javac "is not recognized as an internal.."
I am having som trouble with java, i have tried to fix my Path, but i am new to programming and don`t know what to do.
I have java installed at : C:\Program Files\Java\jdk1.8.0_92\bin
and at : C:\Program Files (x86)\Java\jdk1.8.0_91\bin
Here are…

avs
- 3
- 2
0
votes
2 answers
Javac is not recognized
Recently I started a fresh install of windows 10, however javac seemed to stop working.
C:\WINDOWS\system32>javac -version
'javac' is not recognized as an internal or external command,
operable program or batch file.
Here is a screenshot of my…

Miroslav
- 41
- 1
- 6
0
votes
0 answers
Refresh system variable using vbscript/QTP
I want to set system variable MQSERVER for connecting to MQ using QTP. Each time this value is changed from QTP, I need to restart QTP to reflect changes.
E.g. in the system variables window,
MQSERVER = ABCD
change the variable using
Set objWSH…

Mithilesh Indurkar
- 481
- 1
- 5
- 12
0
votes
2 answers
Which is the better storage to keep similar configuration for multiple application?
I have multiple application on same server [Websites,API's etc]. For these I have used app.config/web.config files respectively. But managing these files required manual intervention which is quite risky due to their syntax.
I have suggested to use…

bakshay
- 43
- 5
0
votes
0 answers
While Running a Job MySQL query hangs in "Writing to net" state fro long periods
I have been struggling with this issue for 4 days now. Recently We migrated our DC to Cloud. After that we are facing this issue when a query is sent from a remote machine it stays in the "writing to net" state for a long peroid of time(from 1200 -…

Sherry_MySQL
- 1
- 2