The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Download Latest Version ACIDE0.17.zip (13.7 MB)
Email in envelope

Get an email when there's a new version of ACIDE

Home / acide / acide0.11
Name Modified Size InfoDownloads / Week
Parent folder
UserManual.pdf 2013-07-09 5.8 MB
ACIDE0.11.zip 2013-07-09 18.4 MB
ACIDE0.11sources.zip 2013-07-09 20.3 MB
README.txt 2013-07-09 1.5 kB
ReleaseNotes.txt 2013-07-09 1.3 kB
Totals: 5 Items   44.4 MB 0
//------------------------------//
//          ACIDE 0.11          //
//        July, 8th 2013        //
//------------------------------//

System Requirements:

  - Installation of Java JRE 1.6 or later.
  - Installation of PDF reader software to display help files.


Running ACIDE:

  - Windows. Alternatives:
    * Double click on acide.jar.
    * Type from an OS command shell one of the following:
        java -jar acide.jar 
        javaw -jar acide.jar (no shell)
        
  - Other OS's:
    Type from an OS command shell:
      java -jar acide.jar 


For developers:

The source code has been completely cleaned and refactored from the 0.7 version source code using Eclipse IDE version 4.2
for that purpose.

The project file for Eclipse 4.2 is also available with the current distribution of ACIDE - A Configurable IDE.
To start editing its source code in order to make your own distribution of ACIDE - A Configurable IDE you simply
have to import the project into your Eclipse IDE. 

For developers who are going to use Eclipse for the development of ACIDE:
The class com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider is going to 
throw an error like The type [X] is not accessible due to restriction on required library [Y].

In order to fix it you will have to configure the compilance settings of Eclipse to set that
kind of exceptions like warnings and not as errors:
	--> Deprecated and restricted API		
	--> Forbidden reference --> Warning
Source: README.txt, updated 2013-07-09