Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart." issue in adt ( v22.6.2)

I am getting this error in my adt eclipse. I am using the updated version of java. Please somebody help me to solve this issue.

like image 213
RamGrg Avatar asked Apr 22 '14 05:04

RamGrg


2 Answers

I found the same bug in Eclipse once.

This happened to me after a Windows Update.

What I did to resolve the problem was giving (again) "Full Control"/"Admin Write Read" permissions to Eclipse Folder, in my case was in "C:\eclipse-jee-kepler-SR2-win32-x86_64". (Right Click on it, then Properties -> Security Tab and Edit there at -least your user- with Full Control)

For some reason the Windows Update changed that.

like image 193
hmojica Avatar answered Sep 21 '22 12:09

hmojica


I got this error in eclipse photon. I started photon with older workspace. I removed .metadata and .recommenders folders and then restarted the eclipse. It worked fine.

like image 32
Siva Avatar answered Sep 20 '22 12:09

Siva