aWebDeveloper
aWebDeveloper

Reputation: 38422

java error causing Aptana not to run

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run AptanaStudio3. No Java virtual machine was found after searching the following locations: /home/hts/bin/Aptana Studio 3/jre/bin/java java in your current PATH

I am getting the above error when ever i run aptana . I have Sun java and it's defined in the environment. How can i solve it

Upvotes: 0

Views: 2322

Answers (1)

Andrzej Jozwik
Andrzej Jozwik

Reputation: 14659

I found:

./aptana -vm /etc/alternatives/java

In your installation:

./aptana -vm "/path/to/java/bin/directory"

See HOWTO: Install Aptana IDE

Upvotes: 2

Related Questions