Bug 28073 - [startup] on startup, jCore loads launching plugins which loads debug plugins
Summary: [startup] on startup, jCore loads launching plugins which loads debug plugins
Status: RESOLVED DUPLICATE of bug 27401
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-11 06:17 EST by Adam Kiezun CLA
Modified: 2003-01-17 09:00 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-12-11 06:17:42 EST
here's how it happens - how launching is loaded 
(via extendsion point 'org.eclipse.jdt.core.classpathVariableInitializer'):
maybe it could somehow be avoided

Activating plugin: org.eclipse.jdt.launching
java.lang.Throwable
   	at java.lang.Throwable.<init>(Unknown Source)
   	at org.eclipse.core.internal.runtime.PluginStats.startPluginActivation
(Unknown Source)
   	at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation
(Unknown Source)
   	at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin
(Unknown Source)
   	at 
org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf
(Unknown Source)
   	at 
org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf
(Unknown Source)
   	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass
(Unknown Source)
   	at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass
(Unknown Source)
   	at java.lang.ClassLoader.loadClass(Unknown Source)
   	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(Unknown Source)
   	at 
org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension
(Unknown Source)
   	at 
org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension
(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.getClasspathVariableInitializer
(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.getClasspathVariable(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.getResolvedVariablePath(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.getResolvedClasspathEntry(Unknown 
Source)
   	at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath
(Unknown Source)
   	at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath
(Unknown Source)
   	at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath
(Unknown Source)
   	at org.eclipse.jdt.internal.core.search.indexing.IndexManager$2.run
(Unknown Source)
   	at org.eclipse.jdt.internal.core.BatchOperation.executeOperation
(Unknown Source)
   	at org.eclipse.jdt.internal.core.JavaModelOperation.execute(Unknown 
Source)
   	at org.eclipse.jdt.internal.core.JavaModelOperation.run(Unknown Source)
   	at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.run(Unknown Source)
   	at org.eclipse.jdt.internal.core.search.indexing.IndexManager.reset
(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.startIndexing(Unknown Source)
   	at org.eclipse.jdt.core.JavaCore.startup(Unknown Source)
Comment 1 Philipe Mulet CLA 2002-12-11 06:39:12 EST

*** This bug has been marked as a duplicate of 27401 ***