![]() Registered Member ![]()
|
Error Poup:
Command-Line:
![]() |
![]() Registered Member ![]()
|
Just check, but I think this MaxPermSize option was removed in Java 1.8
That's about the limit of my Java knowledge.... ![]() |
![]() Registered Member ![]()
|
If you having multiple Java versions installed on your system, then this can be happen. You can solve this by change the maximum memory allowed for the eclipse process (which is run in a Java Virtual Machine). Open eclipse.ini (which is in the same directory as eclipse.exe) in Notepad or any other text-editor application, Find the line -Xmx256m (or -Xmx1024m). Then change the default value 256m (or 1024m) to 512m . You also need to give the exact java installed version (1.6 or 1.7 or other).
Like This: -Xmx512m -Dosgi.requiredJavaVersion=1.6 OR -Xmx512m -Dosgi.requiredJavaVersion=1.7 OR -Xmx512m -Dosgi.requiredJavaVersion=1.8 |
Registered users: bartoloni, Bing [Bot], Google [Bot], Yahoo [Bot]