Category Archives: Aptana Studio

Install Eclipse and RadRails

Background OS: Debian 8 JDK 1.8 already installed Install Eclipse Eclipse can be installed using apt-get (Resources 1) > sudo apt-get install eclipse eclipse-jdt eclipse-cdt Parameters are list of packages installed eclipse – Extensible tool platform and Java IDE eclipse-jdt – Eclipse Java development tools (JDT) eclipse-cdt – C/C++ development tools for Eclipse IDE The… Read More »

Install Aptana Studio 3.0

Overview This is part of the efforts to set up a remote development IDE on Debian and Aptana Studio is selected as the development tool. Pre-requisite Installation Oracle Java 1.5x or later See Install Oracle JDK 1.8 Git Install git is simple > sudo apt-get install git-core Aptana Studio Installation Create a temporary working directory… Read More »