-3

I installed Eclipse for java developers and there is the common error "please sea the .log file" in my .metadata < I uninstalled the jdk and the eclipse and that didn't work , tried different version like mars and that didn't work either , tried to delete .snap files but they don't even exist at any folder < what should I do ?

Error message :error

.log file : https://drive.google.com/file/d/0B7GqVt1NsGRVWjRZZVhXa0habkU/view?usp=sharing

Please help

1 Answers1

0

Check if your JDK is compatible for the version of Eclipse. They both either should be 64 bit versions or 32 bit versions. But they can't work together if one is 64 bit and other is 32 bit.

From the log file, it looks like the Eclipse setup is missing internal libraries. Try to download it again from a genuine source and try again.

See below line in the log indicating the issue with Eclipse setup.

Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.100.v20170421-1418

ACloudRoamer
  • 1,043
  • 2
  • 11
  • 19