java error causing Aptana not to run

谁说我不能喝 提交于 2019-12-12 03:08:24

问题


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


回答1:


I found:

./aptana -vm /etc/alternatives/java

In your installation:

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

See HOWTO: Install Aptana IDE



来源:https://stackoverflow.com/questions/9602704/java-error-causing-aptana-not-to-run

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!