Showing posts with label myeclipse. Show all posts
Showing posts with label myeclipse. Show all posts

Wednesday, May 9, 2012

Download Myeclipse older versions

Hi,

Recently i need to download version for myeclipse 8.6, i could'nt find it anywhere on the web so finally started crawling through some forums, i found that we need to email the version we need along with the subscription details to sales@genuitec.com.

I got the download link in 5-10 minutes after sending the details. I felt strange that why would i need to give subscription details to download a copy of older version of myeclipse. i have emailed this to them and awaiting their reply.

Thanks,

Ujjwal Soni

Tuesday, August 19, 2008

Trick to make netbeans fast

Hi,

There is a file named 'netbeans.conf' which can be found in \etc\ which you can edit to increase the amount of memory that NetBeans runs with. Edit the property named 'netbeans_default_options'. Increasing the -Xms and -Xmx options will increase the amount of RAM avialable to the JVM that NetBeans will be running inside of.
Example:
netbeans_default_options="-J-Xms384m -J-Xmx512m -J-XX:PermSize=32m -J-XX:MaxPermSize=96m -J-Xverify:none"

This example will allow NetBeans to run with a minimum of 384 megabytes of RAM and a maximum of 512 megabytes of RAM.


Cheers!


Ujjwal B Soni