Hi Stefan, I'm working on this issue right now.
I need additional information about it. Did you ever succeed in launching the Schema Editor Perspective (at least once) or did that appear on your first try? Thanks, Pierre-Arnaud Marcelot On Nov 9, 2007 2:21 PM, Pierre-Arnaud Marcelot <[EMAIL PROTECTED]> wrote: > Hi Stefan, > > Thanks for the report. > > We already have a Jira for this bug: > https://issues.apache.org/jira/browse/DIRSTUDIO-224 > > That's a strange bug... The Schema View works well on JDK/JRE 5.0 while it > does not work on 6.0 on Windows (I just launched it successully on Linux > with JRE 6 update 3). > > I need to install a 6.0 JDK/JRE on Windows to find out where the issue > comes from. > > Maybe you should test with the latest update of JRE/JDK 6.0 for Windows. > > Regards, > Pierre-Arnaud Marcelot > > > > On Nov 9, 2007 1:08 PM, Stefan Koeberle <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I am not able to use the Schema Browser of Studio 1.0.1. > > The LDAP Browser does work smoothly. > > > > The following messages do appear: > > > > ** Schema: > > Unable to create view: Plug-in org.apache.directory.studio.schemaeditor > > was unable to load class > > org.apache.directory.studio.schemaeditor.view.views.SchemaView. > > ** Project: > > Unable to create view: Plug-in org.apache.directory.studio.schemaeditorwas > > unable to load class > > org.apache.directory.studio.schemaeditor.view.views.ProjectsView . > > ** Problems: > > Unable to create view: Plug-in org.apache.directory.studio.schemaeditorwas > > unable to load class > > org.apache.directory.studio.schemaeditor.view.views.ProblemsView. > > > > Do I miss something? > > > > Stacktrace and Configuration are appended below. > > > > Stefan > > > > > > > > java.lang.ClassNotFoundException: > > org.apache.directory.studio.schemaeditor.view.views.SchemaView > > at > > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass( > > BundleLoader.java :402) > > at > > org.eclipse.osgi.framework.internal.core.BundleLoader.findClass( > > BundleLoader.java:347) > > at > > org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass( > > DefaultClassLoader.java:83) > > at java.lang.ClassLoader.loadClass(Unknown Source) > > at > > org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass( > > BundleLoader.java:278) > > at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass( > > BundleHost.java:227) > > at > > org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass( > > AbstractBundle.java:1245) > > at > > org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension( > > RegistryStrategyOSGI.java:147) > > at > > org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension > > (ExtensionRegistry.java:759) > > at > > org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension( > > ConfigurationElement.java:243) > > at > > org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension > > (ConfigurationElementHandle.java:51) > > at org.eclipse.ui.internal.WorkbenchPlugin$1.run ( > > WorkbenchPlugin.java:242) > > at org.eclipse.swt.custom.BusyIndicator.showWhile( > > BusyIndicator.java:67) > > at org.eclipse.ui.internal.WorkbenchPlugin.createExtension( > > WorkbenchPlugin.java:238) > > at org.eclipse.ui.internal.registry.ViewDescriptor.createView( > > ViewDescriptor.java:69) > > at org.eclipse.ui.internal.ViewReference.createPartHelper( > > ViewReference.java:292) > > at org.eclipse.ui.internal.ViewReference.createPart ( > > ViewReference.java:197) > > at org.eclipse.ui.internal.WorkbenchPartReference.getPart( > > WorkbenchPartReference.java:566) > > at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) > > at org.eclipse.ui.internal.ViewPane.setVisible (ViewPane.java > > :525) > > at > > org.eclipse.ui.internal.presentations.PresentablePart.setVisible( > > PresentablePart.java:140) > > at > > org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select( > > PresentablePartFolder.java :268) > > at > > org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select( > > LeftToRightTabOrder.java:65) > > at > > org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart > > (TabbedStackPresentation.java :394) > > at org.eclipse.ui.internal.PartStack.refreshPresentationSelection > > (PartStack.java:1144) > > at org.eclipse.ui.internal.PartStack.createControl(PartStack.java > > :620) > > at org.eclipse.ui.internal.PartStack.createControl ( > > PartStack.java:532) > > at org.eclipse.ui.internal.PartSashContainer.createControl( > > PartSashContainer.java:562) > > at org.eclipse.ui.internal.PerspectiveHelper.activate( > > PerspectiveHelper.java:244) > > at org.eclipse.ui.internal.Perspective.onActivate( > > Perspective.java:815) > > at org.eclipse.ui.internal.WorkbenchPage.setPerspective( > > WorkbenchPage.java:3284) > > at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective ( > > WorkbenchPage.java:957) > > at org.eclipse.ui.internal.WorkbenchPage.access$12( > > WorkbenchPage.java:941) > > at org.eclipse.ui.internal.WorkbenchPage$12.run( > > WorkbenchPage.java:3408) > > at org.eclipse.swt.custom.BusyIndicator.showWhile ( > > BusyIndicator.java:67) > > at org.eclipse.ui.internal.WorkbenchPage.setPerspective( > > WorkbenchPage.java:3406) > > at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run( > > ChangeToPerspectiveMenu.java:92) > > at org.eclipse.ui.actions.PerspectiveMenu.run( > > PerspectiveMenu.java:336) > > at org.eclipse.ui.actions.OpenPerspectiveAction.runWithEvent( > > OpenPerspectiveAction.java:78) > > at > > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection ( > > ActionContributionItem.java:539) > > at org.eclipse.jface.action.ActionContributionItem.access$2( > > ActionContributionItem.java:488) > > at org.eclipse.jface.action.ActionContributionItem$5.handleEvent( > > ActionContributionItem.java :400) > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java > > :66) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) > > at org.eclipse.swt.widgets.Display.runDeferredEvents( > > Display.java:3348) > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java > > :2968) > > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java > > :1914) > > at org.eclipse.ui.internal.Workbench.runUI (Workbench.java:1878) > > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench( > > Workbench.java:419) > > at org.eclipse.ui.PlatformUI.createAndRunWorkbench( > > PlatformUI.java:149) > > at org.apache.directory.studio.Application.run (Unknown Source) > > at org.eclipse.core.internal.runtime.PlatformActivator$1.run( > > PlatformActivator.java:78) > > at > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication > > (EclipseAppLauncher.java :92) > > at > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start( > > EclipseAppLauncher.java:68) > > at org.eclipse.core.runtime.adaptor.EclipseStarter.run( > > EclipseStarter.java:400) > > at org.eclipse.core.runtime.adaptor.EclipseStarter.run ( > > EclipseStarter.java:177) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke (Unknown > > Source) > > at java.lang.reflect.Method.invoke(Unknown Source) > > at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) > > at org.eclipse.core.launcher.Main.basicRun(Main.java:280) > > at org.eclipse.core.launcher.Main.run(Main.java:977) > > at org.eclipse.core.launcher.Main.main(Main.java:952) > > > > > > > > > > > > > > > > *** Date: Fri Nov 09 13:00:47 CET 2007 > > > > *** Platform Details: > > > > *** System properties: > > awt.toolkit=sun.awt.windows.WToolkit > > eclipse.commands=-os > > win32 > > -ws > > win32 > > -arch > > x86 > > -launcher > > C:\Sprachen\Java\Apache Directory Studio\Apache Directory Studio.exe > > -name > > Apache Directory Studio > > -showsplash > > 600 > > -exitdata > > 4c4_70 > > -vm > > C:\WINDOWS\system32\javaw.exe > > eclipse.ee.install.verify=false > > eclipse.product=org.apache.directory.studio.product > > eclipse.startTime=1194604574390 > > eclipse.vm=C:\WINDOWS\system32\javaw.exe > > eclipse.vmargs=-jar > > C:\Sprachen\Java\Apache Directory Studio\startup.jar > > file.encoding=Cp1252 > > file.encoding.pkg=sun.io > > file.separator=\ > > java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment > > java.awt.printerjob=sun.awt.windows.WPrinterJob > > java.class.path=C:\Sprachen\Java\Apache Directory Studio\startup.jar > > java.class.version=50.0 > > java.endorsed.dirs=C:\Programme\Java\jre1.6.0\lib\endorsed > > java.ext.dirs=C:\Programme\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext > > java.home=C:\Programme\Java\jre1.6.0 > > java.io.tmpdir=C:\DOKUME~1\Stefan\LOKALE~1\Temp\ > > java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\System32;C:\WINDOWS;C:\Sprachen\Perl-5\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program > > Files\ATI Technologies\ATI Control > > Panel;C:\SK\Utilities;C:\Sprachen\Java\groovy- 1.0\bin > > java.runtime.name=Java(TM) SE Runtime Environment > > java.runtime.version=1.6.0-b105 > > java.specification.name=Java Platform API Specification > > java.specification.vendor=Sun Microsystems Inc. > > java.specification.version=1.6 > > java.vendor=Sun Microsystems Inc. > > java.vendor.url=http://java.sun.com/ > > java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi > > java.version=1.6.0 > > java.vm.info=mixed mode, sharing > > java.vm.name=Java HotSpot(TM) Client VM > > java.vm.specification.name=Java Virtual Machine Specification > > java.vm.specification.vendor=Sun Microsystems Inc. > > java.vm.specification.version=1.0 > > java.vm.vendor=Sun Microsystems Inc. > > java.vm.version=1.6.0-b105 > > line.separator= > > > > org.osgi.framework.bootdelegation=* > > org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum- > > 1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6 > > org.osgi.framework.language=de > > org.osgi.framework.os.name=WindowsXP > > org.osgi.framework.os.version=5.1 > > org.osgi.framework.processor=x86 > > org.osgi.framework.system.packages=javax.accessibility,javax.activity, > > javax.crypto ,javax.crypto.interfaces,javax.crypto.spec,javax.imageio, > > javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp, > > javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream, > > javax.management,javax.management.loading ,javax.management.modelmbean, > > javax.management.monitor,javax.management.openmbean, > > javax.management.relation,javax.management.remote, > > javax.management.remote.rmi,javax.management.timer,javax.naming, > > javax.naming.directory,javax.naming.event ,javax.naming.ldap, > > javax.naming.spi,javax.net,javax.net.ssl,javax.print, > > javax.print.attribute,javax.print.attribute.standard,javax.print.event, > > javax.rmi,javax.rmi.CORBA,javax.rmi.ssl ,javax.security.auth, > > javax.security.auth.callback,javax.security.auth.kerberos, > > javax.security.auth.login,javax.security.auth.spi, > > javax.security.auth.x500,javax.security.cert,javax.security.sasl, > > javax.sound.midi,javax.sound.midi.spi ,javax.sound.sampled,javax > > .sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial, > > javax.sql.rowset.spi,javax.swing,javax.swing.border, > > javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser, > > javax.swing.plaf ,javax.swing.plaf.basic,javax.swing.plaf.metal, > > javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table, > > javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser, > > javax.swing.text.rtf,javax.swing.tree,javax.swing.undo , > > javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype, > > javax.xml.namespace,javax.xml.parsers,javax.xml.transform, > > javax.xml.transform.dom,javax.xml.transform.sax, > > javax.xml.transform.stream,javax.xml.validation ,javax.xml.xpath, > > org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable > > ,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage, > > org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming, > > org.omg.CosNaming.NamingContextExtPackage , > > org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic, > > org.omg.DynamicAny > > ,org.omg.DynamicAny.DynAnyFactoryPackage, > > org.omg.DynamicAny.DynAnyPackage,org.omg.IOP, > > org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage , > > org.omg.Messaging,org.omg.PortableInterceptor, > > org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer, > > org.omg.PortableServer.CurrentPackage, > > org.omg.PortableServer.POAManagerPackage, > > org.omg.PortableServer.POAPackage ,org.omg.PortableServer.portable, > > org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext, > > org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap, > > org.w3c.dom.events, org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext, > > org.xml.sax.helpers > > org.osgi.framework.vendor=Eclipse > > org.osgi.framework.version=1.3.0 > > org.osgi.supports.framework.extension=true > > os.arch=x86 > > os.name=Windows XP > > os.version=5.1 > > osgi.arch=x86 > > [EMAIL PROTECTED]:start, > > [EMAIL PROTECTED]:start,[EMAIL PROTECTED] > > osgi.bundles.defaultStartLevel=4 > > osgi.bundlestore=C:\Sprachen\Java\Apache Directory > > Studio\configuration\org.eclipse.osgi\bundles > > osgi.configuration.area=file:/C:/Sprachen/Java/Apache Directory > > Studio/configuration/ > > osgi.framework=file:/c:/Sprachen/Java/Apache Directory > > Studio/plugins/org.eclipse.osgi_3.2.1.R32x_v20060919.jar > > osgi.framework.beginningstartlevel=1 > > osgi.framework.shape=jar > > osgi.framework.version=3.2.1.R32x_v20060919 > > osgi.install.area=file:/C:/Sprachen/Java/Apache Directory Studio/ > > osgi.instance.area=file:/C:/Dokumente und > > Einstellungen/Stefan/.ApacheDirectoryStudio/ > > osgi.instance.area.default=file:/C:/Dokumente und > > Einstellungen/Stefan/.ApacheDirectoryStudio/ > > osgi.logfile=C:\Dokumente und > > Einstellungen\Stefan\.ApacheDirectoryStudio\.metadata\.log > > osgi.manifest.cache=C:\Sprachen\Java\Apache Directory > > Studio\configuration\org.eclipse.osgi\manifests > > osgi.nl=de_DE > > osgi.os=win32 > > osgi.splashLocation=c:\Sprachen\Java\Apache Directory > > Studio\configuration\org.eclipse.osgi\splash.bmp > > osgi.splashPath=platform:/base/plugins/org.apache.directory.studio > > osgi.syspath=c:\Sprachen\Java\Apache Directory Studio\plugins > > osgi.ws=win32 > > path.separator=; > > sun.arch.data.model=32 > > sun.boot.class.path=C:\Programme\Java\jre1.6.0\lib\resources.jar;C:\Programme\Java\jre1.6.0\lib\rt.jar;C:\Programme\Java\jre1.6.0\lib\sunrsasign.jar;C:\Programme\Java\jre1.6.0\lib\jsse.jar;C:\Programme\Java\jre1.6.0\lib\jce.jar;C:\Programme\Java\jre1.6.0\lib\charsets.jar;C:\Programme\Java\jre1.6.0\classes > > > > sun.boot.library.path=C:\Programme\Java\jre1.6.0\bin > > sun.cpu.endian=little > > sun.cpu.isalist= > > sun.desktop=windows > > sun.io.unicode.encoding=UnicodeLittle > > sun.java.launcher=SUN_STANDARD > > sun.jnu.encoding=Cp1252 > > sun.management.compiler=HotSpot Client Compiler > > sun.os.patch.level=Service Pack 1 > > user.country=DE > > user.dir=C:\Sprachen\Java\Apache Directory Studio > > user.home=C:\Dokumente und Einstellungen\Stefan > > user.language=de > > user.name=Stefan > > user.timezone=Europe/Berlin > > user.variant= > > > > *** Features: > > org.apache.directory.studio.apacheds.configuration.feature (1.0.0) > > "Apache Directory Studio Apache DS Configuration" > > org.apache.directory.studio.feature (1.0.1) "Apache Directory Studio > > RCP" > > org.apache.directory.studio.ldapbrowser.feature (1.0.1) "Apache > > Directory Studio LDAP Browser UI" > > org.apache.directory.studio.ldifeditor.feature (1.0.1) "Apache Directory > > Studio LDIF Editor" > > org.apache.directory.studio.schemaeditor.feature (1.0.1) "Apache > > Directory Studio Schema Editor" > > > > *** Plug-in Registry: > > com.ibm.icu (3.4.5) "International Components for Unicode for Java > > (ICU4J)" [Active] > > org.apache.directory.studio (1.0.1) "Apache Directory Studio RCP" > > [Active] > > org.apache.directory.studio.aciitemeditor (1.0.0) "Apache Directory > > Studio ACI Item Editor" [Active] > > org.apache.directory.studio.apacheds.configuration (1.0.0) "Apache > > Directory Studio Apache DS Configuration" [Resolved] > > org.apache.directory.studio.apacheds.configuration.help (1.0.0) "Apache > > Directory Studio Apache DS Configuration Help" [Resolved] > > org.apache.directory.studio.connection.core (1.0.1) "Apache Directory > > Studio Connection Core" [Active] > > org.apache.directory.studio.connection.ui (1.0.0) "Apache Directory > > Studio Connection UI" [Active] > > org.apache.directory.studio.help (1.0.0) "Apache Directory Studio RCP > > Help" [Resolved] > > org.apache.directory.studio.jars (1.0.0) "Apache Directory Studio Jars" > > [Resolved] > > org.apache.directory.studio.ldapbrowser.common (1.0.1) "Apache Directory > > Studio LDAP Browser Common" [Active] > > org.apache.directory.studio.ldapbrowser.core (1.0.1) "Apache Directory > > Studio LDAP Browser Core" [Active] > > org.apache.directory.studio.ldapbrowser.help (1.0.1) "Apache Directory > > Studio LDAP Browser Help" [Resolved] > > org.apache.directory.studio.ldapbrowser.ui (1.0.1) "Apache Directory > > Studio LDAP Browser UI" [Active] > > org.apache.directory.studio.ldifeditor (1.0.1) "Apache Directory Studio > > LDIF Editor" [Active] > > org.apache.directory.studio.ldifeditor.help (1.0.1) "Apache Directory > > Studio LDIF Editor Help" [Resolved] > > org.apache.directory.studio.schemaeditor (1.0.0) "Apache Directory > > Studio Schema Editor" [Resolved] > > org.apache.directory.studio.schemaeditor.help (1.0.1) "Apache Directory > > Studio Schema Editor Help" [Resolved] > > org.apache.directory.studio.valueeditors (1.0.0) "Apache Directory > > Studio Value Editors" [Active] > > org.apache.lucene (1.4.103.v20060601) "Apache Lucene" [Resolved] > > org.eclipse.core.commands (3.2.0.I20060605-1400) "Commands" [Resolved] > > org.eclipse.core.contenttype (3.2.0.v20060603) "Eclipse Content > > Mechanism" [Active] > > org.eclipse.core.expressions (3.2.1.r321_v20060721) "Expression > > Language" [Active] > > org.eclipse.core.filebuffers (3.2.1.r321_v20060721) "File Buffers" > > [Active] > > org.eclipse.core.filesystem (1.0.0.v20060603) "Core File Systems" > > [Resolved] > > org.eclipse.core.jobs (3.2.0.v20060603) "Eclipse Jobs Mechanism" > > [Active] > > org.eclipse.core.resources (3.2.1.R32x_v20060914) "Core Resource > > Management" [Active] > > org.eclipse.core.runtime (3.2.0.v20060603) "Core Runtime" [Active] > > org.eclipse.core.runtime.compatibility (3.1.100.v20060603) "Core Runtime > > Plug-in Compatibility" [Active] > > org.eclipse.core.runtime.compatibility.auth (3.2.0.v20060511) > > "Authorization Compatibility Plug-in" [Active] > > org.eclipse.core.runtime.compatibility.registry (3.2.1.R32x_v20060907) > > "Eclipse Registry Compatibility Fragment" [Resolved] > > org.eclipse.equinox.common (3.2.0.v20060603) "Common Eclipse Runtime" > > [Active] > > org.eclipse.equinox.preferences (3.2.1.R32x_v20060717 ) "Eclipse > > Preferences Mechanism" [Active] > > org.eclipse.equinox.registry (3.2.1.R32x_v20060814) "Extension Registry > > Support" [Active] > > org.eclipse.help (3.2.1.R321_v20060920) "Help System Core" [Active] > > org.eclipse.help.appserver (3.1.100.v20060602) "Help Application Server" > > [Resolved] > > org.eclipse.help.base (3.2.1.R321_v20060822) "Help System Base" > > [Resolved] > > org.eclipse.help.ui (3.2.0.v20060602 ) "Help System UI" [Resolved] > > org.eclipse.help.webapp (3.2.1.R321_v20060803) "Help System Webapp" > > [Resolved] > > org.eclipse.jface (3.2.1.M20060908-1000) "JFace" [Resolved] > > org.eclipse.jface.databinding (1.0.0.I20060605-1400) "JFace Data > > Binding" [Resolved] > > org.eclipse.jface.text (3.2.1.r321_v20060810) "JFace Text" [Resolved] > > org.eclipse.rcp (3.2.0.v20060605) "Eclipse RCP" [Resolved] > > org.eclipse.sdk (3.2.1.r321_v20060705) "Eclipse Project SDK" [Installed] > > org.eclipse.search (3.2.1.r321_v20060726) "Search Support" [Active] > > org.eclipse.swt (3.2.1.v3235e) "Standard Widget Toolkit" [Resolved] > > org.eclipse.swt.win32.win32.x86 (3.2.1.v3235) "Standard Widget Toolkit > > for Windows" [Resolved] > > org.eclipse.text (3.2.0.v20060605-1400) "Text" [Resolved] > > org.eclipse.tomcat (4.1.130.v20060601) "Tomcat Wrapper" [Resolved] > > org.eclipse.ui (3.2.1.M20060913-0800) "Eclipse UI" [Active] > > org.eclipse.ui.editors (3.2.1.r321_v20060721) "Default Text Editor" > > [Active] > > org.eclipse.ui.forms (3.2.0.v20060602) "Eclipse Forms" [Resolved] > > org.eclipse.ui.ide (3.2.1.M20060915-1030) "Eclipse IDE UI" [Resolved] > > org.eclipse.ui.intro (3.2.1.R321_v20060810) "Welcome Framework" > > [Resolved] > > org.eclipse.ui.views (3.2.1.M20060906-0800) "Views" [Active] > > org.eclipse.ui.workbench (3.2.1.M20060906-0800) "Workbench" [Active] > > org.eclipse.ui.workbench.texteditor (3.2.0.v20060605-1400) "Text Editor > > Framework" [Active] > > org.eclipse.update.configurator (3.2.1.v20092006) "Install/Update > > Configurator" [Active] > > org.eclipse.update.core (3.2.1.v20092006) "Install/Update Core" > > [Resolved] > > org.eclipse.update.ui (3.2.1.v20092006) "Install/Update UI" [Resolved] > > system.bundle (3.2.1.R32x_v20060919) "OSGi System Bundle" [Active] > > > > *** User Preferences: > > #Fri Nov 09 13:00:47 CET 2007 > > @org.eclipse.ui=3.2.1.M20060913-0800 > > /instance/org.eclipse.core.resources/version=1 > > @org.eclipse.core.resources=3.2.1.R32x_v20060914 > > /instance/org.apache.directory.studio.ldifeditor/templates=<?xml > > version\="1.0" encoding\="UTF-8" standalone\="no"?><templates/> > > @org.apache.directory.studio.ldifeditor=1.0.1 > > @org.apache.directory.studio.ldapbrowser.common=1.0.1 > > \!/= > > file_export_version=3.0 > > /instance/org.eclipse.ui/showIntro=false > > /instance/org.apache.directory.studio.ldapbrowser.common/templates=<?xml > > version\=" 1.0" encoding\="UTF-8" standalone\="no"?><templates/> > > > >
