Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Please clarify. What does it show in the output? Commented Apr 9, 2014 at 4:24
  • ./opt/Aptana_Studio_3/AptanaStudio3: No such file or directory Commented Apr 10, 2014 at 4:14
  • Notice the dot before /opt. It means that this path is still relative and starts in the current directory. To make path absolute, just remove the dot. Commented Apr 10, 2014 at 4:19
  • ohk....thanx it working....fine..and also thanx for letting me know the this relative and absolute path system Commented Apr 10, 2014 at 4:23
  • If you want to know more, visit the link I just added. Commented Apr 10, 2014 at 4:38