user9121114
user9121114

Reputation:

/usr/bin/jsvc: No such file or directory Error when trying to run jsvc

I got /usr/bin/jsvc: No such file or directory error when trying to run jsvc with my java program. I tried this

echo $JAVA_HOME
path/to/java/home
which java
/usr/bin/java

to check if I have java installed in the correct location and I still get errors. Could anyone point out what I am doing wrong? This is part of the command I am trying to run: JAVA_HOME=$JAVA_HOME /usr/bin/jsvc -cp /opt...

Upvotes: 1

Views: 1823

Answers (0)

Related Questions