Problem
JVM Terminated. Exit code 1 during RAD installation and thereafter with every launch of RAD.
Cause
Most likely the problem is because of memory allocation error.
Workaround
Go to <RAD Home>\eclipse and get into workspace using eclipse.exe
Resolution
Go to <RAD Home> directory and edit rationalsdp.ini file.
Add the following line in the file
VMArgs=-Xmx512M
Save the file.
Go to Command Prompt , cd <RAD Home> and Execute the following command.
rationalsdp.exe -clean
You need to run this only once, after which you can then use the normal shortcut to launch RAD
*** <RAD Home> is the directory where you installed RAD.