Wednesday, 15 May 2013

php - Linux / Ubuntu cannot find JVM -



php - Linux / Ubuntu cannot find JVM -

i'm trying install netbeans larn php.

i chose alternative here

https://netbeans.org/downloads/index.html>

and when tried installing on terminal, said needed jdk 7. after downloading , installing jdk 7 from

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

i tried install netbeans 1 time again , gave me same message; jdk not installed , need install it.

what should netbeans isntall?

did seek using bundle manager? should have jre installed default, should able use:

sudo apt-get install openjdk-7-jdk

to verify installed java on scheme can try:

java -version

once have should able run netbeans using netbeans.sh script in bin/ of netbeans download. if remember correctly doesn't install anything, runs there.

php linux netbeans ide java-7

No comments:

Post a Comment