Home
Name Modified Size InfoDownloads / Week
Readme.txt 2013-03-19 670 Bytes
EclipseIniUpdater.py 2013-03-11 9.1 kB
Totals: 2 Items   9.8 kB 0
If you want to use Worklight as an IDE in your Eclipse, 
you need to modify eclipse.ini in the Eclipse folder.

This script does that for you.

Update will update the file.
Restore will revert to last backup ( created by Update ).
Default will restore default values ( assuming only Java SDK installed )


The actual operation:
It will change two lines in  eclipse.ini.
The lines
        --launcher.XXMaxPermSize
        256m

will be replaced by a single line
for 32bit CPUs
        -XX:MaxPermSize=320m

for 64bit CPUs
        -XX:MaxPermSize=512m
        

The whole point was to mess around with some standard GUI libraries.
Use at own risk.
Source: Readme.txt, updated 2013-03-19