./standalone.sh: 1: eval: /opt/java/jdk1.7.0_21/bin/java: not found
Someone assist on how to fix the above erro kindly. Am trying to run a ./standalone.sh command in the terminal but am getting the above error.
Makara 0 Light Poster
Recommended Answers
Jump to PostOn my kubuntu system, I get this
$ ls -l /usr/bin/java lrwxrwxrwx 1 root root 22 mars 5 2014 /usr/bin/java -> /etc/alternatives/java $ ls -l /etc/alternatives/java lrwxrwxrwx 1 root root 46 mars 5 2014 /etc/alternatives/java -> /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
Your java executable may have a different location. You can also try
…
All 4 Replies
Gribouillis 1,391 Programming Explorer Team Colleague
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
jah666 0 Newbie Poster
jwenting 1,905 duckman Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.