Posted By:
Guy_Hadry
Posted On:
Thursday, May 25, 2006 09:01 AM
Hello I've recently created a new plugin and loaded it into my eclipse environment. When I run eclipse my plugin works fine. If I exit and run eclipse again I get the error message: An error has occurred. See the log file /a/home/cc/students/cs/guyharar/workspace/.metadata/.log. The log contains: !SESSION 2006-05-24 13:46:20.36 ------------------------------------------------ eclipse.buildId=I20050627-1435 java.version=1.5.0_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.eclipse.core.runtime 4 1 2006-05-24 13:46:25.479 !MESSAGE Plug-in org.
More>>
Hello
I've recently created a new plugin and loaded it into my eclipse environment. When I run eclipse my plugin works fine. If I exit and run eclipse again I get the error message:
An error has occurred. See the log file
/a/home/cc/students/cs/guyharar/workspace/.metadata/.log.
The log contains:
!SESSION 2006-05-24 13:46:20.36 ------------------------------------------------
eclipse.buildId=I20050627-1435
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.core.runtime 4 1 2006-05-24 13:46:25.479
!MESSAGE Plug-in org.eclipse.core.resources was unable to load class org.eclipse.update.internal.core.UpdatePreferencesInitializer.
!STACK 0
java.lang.ClassNotFoundException: org.eclipse.update.internal.core.UpdatePreferencesInitializer After deleting .eclipse (or directory eclipseorg.eclipse.platform_3.1.0configurationorg.eclipse.osgi.manager) it works fine again. What should I have to do?
Thanks all
<<Less