Reputation: 38422
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
Reputation: 14659
I found:
./aptana -vm /etc/alternatives/java
In your installation:
./aptana -vm "/path/to/java/bin/directory"
Upvotes: 2