java - eclipse is not starting in ubuntu and it is stuck -


i have installed eclipse using command sudo apt-get install eclipse, have added java ee plugin following steps given in link:

https://askubuntu.com/questions/81341/install-eclipse-ide-for-java-ee-dev-via-apt-get-is-it-possible

i created project in eclipse , worked 2 days without issues. today wen trying start eclipse getting screen select workspace, when selected workspace eclipse showing in dull color , not starting after waiting long time. using eclipse 3.8 version.

below details eclipse.ini file

--launcher.xxmaxpermsize 1024m --launcher.defaultaction openfile -vmargs -xms1024m -xmx2048m 

i have set heap memory minimum 1gb , maximium 2gb still facing same issue.

if try select different workspace eclipse loading fine. please me how can solve issue.


Comments

Popular posts from this blog

double exclamation marks in haskell -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

Qt Creator - Searching files with Locator including folder -