i tried installing aptana in ubuntu but in vain . can any one tell me a detailed procedure of how to do it ..
feedback
|
migrated from stackoverflow.com Aug 1 '09 at 19:43
This question came from our site for professional and enthusiast programmers.
|
Well,
Once the download is over, unzip the downloaded archive :
And this should launch it.
One thing you should take care, especially, is the version of JAVA you're using : you should not use the "non-sun" version. What I mean is you should have installed a package like That means when using "
Note the first line is the official "java" ; others, like OpenJDK must come after that one;
Hope this helps ;-) | |||||
feedback
|