python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Custom python module seen in C: but not in D:
I have a module that I want to be able to import from any script without
doing any sys.add_path and similar stuff. I want it to be permanently added.
Since I installed Python with anaconda, I have a a...

Luka Savic
Votes: 0
Answers: 1
The JMETER_HOME environment variable is not defined correctly
I'm getting this error when trying to run this jmeter sentence from a maven project in java.
jmeter -g DIRECTORY -o DIRECTORY
When I run it in cmd it works perfectly but when I try to run it using t...
Agustín De Cesare
Votes: 0
Answers: 2
How to run npm install with ANT without having nodejs path in system variable?
<target name ="npm-install">
<exec dir="${pathToSomeDir}" executable="npm.cmd" failonerror="true">
<arg value="install" />
</...
gson.json
Votes: 0
Answers: 0
java command works in command prompt but not in powershell
I have following problem. I installed new OpenJDK 17:
c:\java\jdk-17.0.2
I've set up JAVA_HOME to it and added to path:
JAVA_HOME\bin
in cmd when I type java -version it works.
But when I run it from ...
Martin Fric
Votes: 0
Answers: 1