Bug 42503 - Can't save & code assist not working
Summary: Can't save & code assist not working
Status: RESOLVED DUPLICATE of bug 35831
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 3.0 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 19:26 EDT by Jeff Care CLA
Modified: 2003-09-05 04:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Care CLA 2003-09-03 19:26:45 EDT
Code assist no longer works & I can't save any files. This exception was taken 
from the PDE error log:

java.lang.NullPointerException
at java.lang.String.<init>(String.java(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java
(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java
(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java
(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java
(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java
(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.Scope.getTypeOrPackage(Scope.java
(Compiled Code))
at org.eclipse.jdt.internal.compiler.lookup.ClassScope.findSupertype
(ClassScope.java:789)
at org.eclipse.jdt.internal.compiler.lookup.ClassScope.connectSuperInterfaces
(ClassScope.java:627)
at org.eclipse.jdt.internal.compiler.lookup.ClassScope.connectTypeHierarchy
(ClassScope.java:676)
at 
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.connectTypeHierar
chy(CompilationUnitScope.java:252)
at 
org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.completeTypeBindings
(LookupEnvironment.java:221)
at org.eclipse.jdt.internal.codeassist.impl.Engine.accept(Engine.java:77)
at org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.askForType
(LookupEnvironment.java:106)
at org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getTypeOrPackage
(PackageBinding.java:173)
at 
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.findOnDemandImpor
t(CompilationUnitScope.java:363)
at 
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.findSingleTypeImp
ort(CompilationUnitScope.java:422)
at org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.faultInImports
(CompilationUnitScope.java:307)
at org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.faultInTypes
(CompilationUnitScope.java:349)
at org.eclipse.jdt.internal.codeassist.CompletionEngine.complete
(CompletionEngine.java:929)
at org.eclipse.jdt.internal.core.Openable.codeComplete(Openable.java:125)
at org.eclipse.jdt.internal.core.CompilationUnit.codeComplete
(CompilationUnit.java:94)
at 
org.eclipse.jdt.internal.ui.text.java.JavaCompletionProcessor.internalComputeCo
mpletionProposals(JavaCompletionProcessor.java:341)
at 
org.eclipse.jdt.internal.ui.text.java.JavaCompletionProcessor.computeCompletion
Proposals(JavaCompletionProcessor.java:315)
at 
org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposal
s(ContentAssistant.java:1291)
at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals
(CompletionProposalPopup.java:199)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$7
(CompletionProposalPopup.java:198)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup$3.run
(CompletionProposalPopup.java:161)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java(Compiled 
Code))
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals
(CompletionProposalPopup.java:157)
at 
org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions
(ContentAssistant.java:1211)
at 
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewe
r.doOperation(CompilationUnitEditor.java:151)
at org.eclipse.ui.texteditor.ContentAssistAction$1.run
(ContentAssistAction.java:83)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java(Compiled 
Code))
at org.eclipse.ui.texteditor.ContentAssistAction.run
(ContentAssistAction.java:81)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.ui.internal.WWinKeyBindingService.pressed
(WWinKeyBindingService.java:214)
at org.eclipse.ui.internal.WWinKeyBindingService$5.widgetSelected
(WWinKeyBindingService.java:332)
at org.eclipse.ui.internal.AcceleratorMenu$2.handleEvent
(AcceleratorMenu.java:65)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled 
Code))
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled 
Code))
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compiled 
Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled Code))
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compiled 
Code))
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run
(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Comment 1 Olivier Thomann CLA 2003-09-04 15:47:14 EDT
What VM are you using?
What Eclipse build?
Comment 2 Olivier Thomann CLA 2003-09-04 17:08:48 EDT
Looks like a duplicate of bug 35831.
You might want to use a 2.1.1 build and see if this is fixed.
Comment 3 Jeff Care CLA 2003-09-04 17:19:27 EDT
Version: 2.1.0
Build id: 200303272130

*** Date: 9/4/03 5:11 PM

*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
catalina.base=C:/eclipse/plugins/org.eclipse.tomcat_4.0.6/
catalina.home=C:/eclipse/plugins/org.eclipse.tomcat_4.0.6/
catalina.useNaming=true
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
invokedviajava=
java.assistive=ON
java.awt.fonts=
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=46.0
java.compiler=jitc
java.ext.dirs=C:\eclipse\jre\lib\ext
java.fullversion=J2RE 1.3.1 IBM Windows 32 build cn131-20020710 (JIT enabled: 
jitc)
java.home=C:\eclipse\jre
java.io.tmpdir=C:\DOCUME~1\JEFFRE~1.CAR\LOCALS~1\Temp\
java.library.path=C:\eclipse\jre\bin;.;C:\WINDOWS\System32;C:\WINDOWS;c:\cvs;C:\
PROGRA~1\RATIONAL\RATION~1\NUTCROOT\bin;C:\PROGRA~1\RATIONAL\RATION~1
\NUTCROOT\bin\x11;C:\PROGRA~1\RATIONAL\RATION~1
\NUTCROOT\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32
\Wbem;C:\Program Files\Rational\common;C:\Program 
Files\Rational\ClearQuest;C:\Program Files\Rational\Rose\TopLink\;C:\Program 
Files\Rational\Rational Test;c:\cygwin\bin;C:\Program Files\IBM\Infoprint 
Select;C:\CMVC\exe;C:\CMVC\exe\bin;C:\Program Files\IBM\CMVCDC40
java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
java.naming.factory.url.pkgs=org.apache.naming
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.3.1
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.3
java.vendor=IBM Corporation
java.vendor.url=http://www.ibm.com/
java.vendor.url.bug=
java.version=1.3.1
java.vm.info=J2RE 1.3.1 IBM Windows 32 build cn131-20020710 (JIT enabled: jitc)
java.vm.name=Classic 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=IBM Corporation
java.vm.version=1.3.1
line.separator=

os.arch=x86
os.name=Windows XP
os.version=5.1
path.separator=;
sun.boot.class.path=C:\eclipse\jre\lib\rt.jar;C:\eclipse\jre\lib\i18n.jar;C:\ecl
ipse\jre\classes
sun.boot.library.path=C:\eclipse\jre\bin
sun.io.unicode.encoding=UnicodeLittle
user.dir=C:\websphere\workspaces\.codews
user.home=C:\Documents and Settings\Jeffrey E. Care
user.language=en
user.name=Jeffrey E. Care
user.region=US
user.timezone=America/New_York

*** Features:
com.ibm.sdwb (0.9.20030515.1306) "com.ibm.sdwb"
com.ibm.sdwb.cmvc.client.eclipse.team 
(0.9.20030515.1306) "com.ibm.sdwb.cmvc.client.eclipse.team"
com.ibm.sdwb.firefly (0.9.20030515.1306) "com.ibm.sdwb.firefly"
com.ibm.wswb (2.1.0) "com.ibm.wswb"
com.ibm.wswb.sdk (2.1.0) "com.ibm.wswb.sdk"
com.ibm.wswb.sdk.win32 (2.1.0) "com.ibm.wswb.sdk.win32"
com.ibm.wswb.win32 (2.1.0) "com.ibm.wswb.win32"
org.eclipse.emf (1.0.2) "org.eclipse.emf"
org.eclipse.emf.doc (1.0.2) "org.eclipse.emf.doc"
org.eclipse.emf.source (1.0.2) "org.eclipse.emf.source"
org.eclipse.gef (2.1.0) "org.eclipse.gef"
org.eclipse.gef.source (2.1.0) "org.eclipse.gef.source"
org.eclipse.jdt (2.1.0) "org.eclipse.jdt"
org.eclipse.jdt.source (2.1.0) "org.eclipse.jdt.source"
org.eclipse.pde (2.1.0) "org.eclipse.pde"
org.eclipse.platform (2.1.0) "org.eclipse.platform"
org.eclipse.platform.source (2.1.0) "org.eclipse.platform.source"
org.eclipse.platform.win32 (2.1.0) "org.eclipse.platform.win32"
org.eclipse.platform.win32.source (2.1.0) "org.eclipse.platform.win32.source"
org.eclipse.xsd (1.0.2) "org.eclipse.xsd"
org.eclipse.xsd.doc (1.0.2) "org.eclipse.xsd.doc"
org.eclipse.xsd.source (1.0.2) "org.eclipse.xsd.source"

*** Plug-in Registry:
com.ibm.sample.zip.creation (1.0.0) "Zip Builder"
com.ibm.sdwb.cmvc.client.api (0.9.20030515.1306) "CMVC Java Client API"
com.ibm.sdwb.cmvc.client.eclipse.team.core (0.9.20030515.1306) "CMVC Version 
Control Core"
com.ibm.sdwb.cmvc.client.eclipse.team.firefly (0.9.20030515.1306) "Firefly 
Interface to CMVC Version Control"
com.ibm.sdwb.cmvc.client.eclipse.team.help 
(0.9.20030515.1306) "com.ibm.sdwb.cmvc.client.eclipse.team.help"
com.ibm.sdwb.cmvc.client.eclipse.team.ui (0.9.20030515.1306) "CMVC Version 
Control UI"
com.ibm.sdwb.cmvc.client.guiconfig (0.9.20030515.1306) "CMVC GuiConfig Library"
com.ibm.sdwb.cmvc.core (0.9.20030515.1306) "CMVC Common Core Libraries"
com.ibm.sdwb.cmvc.ui (0.9.20030515.1306) "CMVC Common UI Libraries"
com.ibm.sdwb.core (0.9.20030515.1306) "SDWB Common Core Libraries"
com.ibm.sdwb.firefly.core (0.9.20030515.1306) "Firefly Core"
com.ibm.sdwb.firefly.log (0.9.20030515.1306) "Firefly Log/Console"
com.ibm.sdwb.firefly.ui (0.9.20030515.1306) "Firefly UI"
com.ibm.sdwb.ui (0.9.20030515.1306) "SDWB Common UI Libraries"
com.ibm.ws.build.plugin (1.0.0) "IBM WebSphere Application Server Development 
Tools"
com.ibm.ws.build.wsant (5.0.0) "IBM WebSphere WSANT Runtime"
de.hunsicker.jalopy.plugin.eclipse (0.2.6) "Jalopy Java Source Code Formatter"
net.sourceforge.propertieseditor (0.0.1) "Properties Editor Plug-in"
org.apache.ant (1.5.2) "Apache Ant"
org.apache.axis (0.9.20030515.1306) "Apache Axis"
org.apache.lucene (1.2.1) "Apache Lucene"
org.apache.xerces (4.0.7) "Xerces Based XML Parser"
org.apache.xml.wsif (0.9.20030515.1306) "Apache WSIF (Web Services Invocation 
Framework)"
org.eclipse.ant.core (2.1.0) "Ant Build Tool Core"
org.eclipse.compare (2.1.0) "Compare Support"
org.eclipse.core.boot (2.1.0) "Core Boot"
org.eclipse.core.resources (2.1.0) "Core Resource Management"
	org.eclipse.core.resources.win32 (2.1.0) "%win32FragmentName"
org.eclipse.core.runtime (2.1.0) "Core Runtime"
org.eclipse.debug.core (2.1.0) "Debug Core"
org.eclipse.debug.ui (2.1.0) "Debug UI"
org.eclipse.draw2d (2.1.0) "Draw2d"
org.eclipse.draw2d.doc.isv (2.1.0) "Draw2d Documentation"
org.eclipse.emf (1.0.2) "Eclipse Modeling Framework (EMF)"
org.eclipse.emf.codegen (1.0.2) "EMF Template Code Generator"
org.eclipse.emf.codegen.ecore (1.0.2) "EMF Ecore Code Generation"
org.eclipse.emf.codegen.ecore.ui (1.0.2) "EMF Ecore Code Generation UI"
org.eclipse.emf.codegen.ui (1.0.2) "EMF Template Code Generator UI"
org.eclipse.emf.common (1.0.2) "EMF Common"
org.eclipse.emf.common.ui (1.0.2) "EMF Common UI"
org.eclipse.emf.doc (1.0.2) "EMF Programmers Guide"
org.eclipse.emf.ecore (1.0.2) "EMF Ecore"
org.eclipse.emf.ecore.edit (1.0.2) "Ecore Edit Support"
org.eclipse.emf.ecore.editor (1.0.2) "Sample Ecore Editor"
org.eclipse.emf.ecore.xmi (1.0.2) "EMF XMI"
org.eclipse.emf.edit (1.0.2) "EMF Edit"
org.eclipse.emf.edit.ui (1.0.2) "EMF Edit UI"
org.eclipse.emf.source (1.0.2) "Eclipse Modeling Framework (EMF) Source"
org.eclipse.gef (2.1.0) "Graphical Editing Framework"
org.eclipse.gef.doc.isv (2.1.0) "Graphical Editing Framework Documentation"
org.eclipse.gef.source (2.1.0) "Graphical Editing Framework SDK"
org.eclipse.help (2.1.0) "Help System Core"
org.eclipse.help.appserver (2.1.0) "Help Application Server"
org.eclipse.help.ui (2.1.0) "Help System UI"
	org.eclipse.help.ui.win32 (2.1.0) "%help_system_plugin_name_win32"
org.eclipse.help.webapp (2.1.0) "Help System Webapp"
org.eclipse.jdt (2.1.0) "Eclipse Java Development Tools"
org.eclipse.jdt.core (2.1.0) "Java Development Tools Core"
org.eclipse.jdt.debug (2.1.0) "JDI Debug Model"
org.eclipse.jdt.debug.ui (2.1.0) "JDI Debug UI"
org.eclipse.jdt.doc.isv (2.1.0) "Eclipse JDT Plug-in Developer Guide"
org.eclipse.jdt.doc.user (2.1.0) "Eclipse Java Development User Guide"
org.eclipse.jdt.junit (2.1.0) "Java Development Tools JUnit support"
org.eclipse.jdt.launching (2.1.0) "Java Development Tools Launching Support"
org.eclipse.jdt.source (2.1.0) "Eclipse Java Development Tools SDK"
org.eclipse.jdt.ui (2.1.0) "Java Development Tools UI"
org.eclipse.jface (2.1.0) "JFace"
org.eclipse.jface.text (2.1.0) "JFace Text"
org.eclipse.pde (2.1.0) "Eclipse Plug-in Development Environment"
org.eclipse.pde.build (2.1.0) "Plug-in Development Environment Build Support"
org.eclipse.pde.core (2.1.0) "Plug-in Development Core"
org.eclipse.pde.doc.user (2.1.0) "Eclipse Plug-in Development User Guide"
org.eclipse.pde.runtime (2.1.0) "Plug-in Development Environment Runtime"
org.eclipse.pde.source (2.1.0) "Eclipse Plug-in Development Environment Source 
Code"
org.eclipse.pde.ui (2.1.0) "Plug-in Development UI"
org.eclipse.platform (2.1.0) "Eclipse Platform"
org.eclipse.platform.doc.isv (2.1.0) "Eclipse Platform Plug-in Developer Guide"
org.eclipse.platform.doc.user (2.1.0) "Eclipse Workbench User Guide"
org.eclipse.platform.source (2.1.0) "Eclipse Platform Plug-in Developer 
Resources"
org.eclipse.platform.win32 (2.1.0) "Eclipse Platform (Windows)"
org.eclipse.platform.win32.source (2.1.0) "Eclipse Platform Plug-in Developer 
Resources (Windows)"
org.eclipse.search (2.1.0) "Search Support"
org.eclipse.soap.server (0.9.20030515.1306) "Eclipse Soap Server"
org.eclipse.swt (2.1.0) "Standard Widget Toolkit"
	org.eclipse.swt.win32 (2.1.0) "%fragmentName"
org.eclipse.team.core (2.1.0) "Team Support Core"
org.eclipse.team.cvs.core (2.1.0) "CVS Team Provider Core"
org.eclipse.team.cvs.ssh (2.1.0) "CVS SSH Core"
org.eclipse.team.cvs.ui (2.1.0) "CVS Team Provider UI"
org.eclipse.team.ui (2.1.0) "Team Support UI"
org.eclipse.text (2.1.0) "Text"
org.eclipse.tomcat (4.0.6) "Tomcat Wrapper"
org.eclipse.ui (2.1.0) "Eclipse UI"
org.eclipse.ui.editors (2.1.0) "Default Text Editor"
org.eclipse.ui.externaltools (2.1.0) "External Tools"
org.eclipse.ui.views (2.1.0) "Views"
org.eclipse.ui.workbench (2.1.0) "Workbench"
	org.eclipse.ui.win32 (2.1.0) "%Win32Fragment.fragmentName"
org.eclipse.ui.workbench.texteditor (2.1.0) "Text Editor Framework"
org.eclipse.update.core (2.1.0) "Install/Update Core"
	org.eclipse.update.core.win32 (2.1.0) "%fragmentNameWin"
org.eclipse.update.ui (2.1.0) "Install/Update UI"
	org.eclipse.update.ui.win32 (2.1.0) "%fragmentNameWin"
org.eclipse.update.ui.forms (2.1.0) "Install/Update Forms"
org.eclipse.xsd (1.0.2) "XML Schema Infoset Model"
org.eclipse.xsd.doc (1.0.2) "XSD Documentation"
org.eclipse.xsd.edit (1.0.2) "XML Schema Edit Framework"
org.eclipse.xsd.editor (1.0.2) "XML Schema Editor"
org.eclipse.xsd.source (1.0.2) "XML Schema Infoset Model Source"
org.eclipse.xsd.test (1.0.2) "XML Schema Infoset Model Test"
org.junit (3.8.1) "JUnit Testing Framework"

*** User Preferences:
#Thu Sep 04 17:12:01 EDT 2003
org.eclipse.team.ui/pref_always_in_incoming_outgoing=true
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter=true
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.4
org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter=tr
ue
org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.u
serDefinedPatterns=build
org.eclipse.team.cvs.ui/pref_text_ksubst=-kkv
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.config.base|org.ecl
ipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/printMargin=true
org.eclipse.ui.editors/printMargin=true
org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.u
serDefinedPatternsEnabled=true
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes=_
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.admin|org.eclipse.j
dt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.ui.workbench/org.eclipse.debug.ui.DetailPaneFont=1|Lucida 
Console|10|0|WINDOWS|1|-13|0|0|0|400|0|0|0|0|3|2|1|49|Lucida Console;
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.image.product.ad|or
g.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/org.eclipse.jdt.ui.packages.cuchildren=false
org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter=t
rue
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.runtime.fw|org.ecli
pse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.security|org.eclips
e.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/outlinesortoption=SF,SI,SM,F,I,C,M,T,
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.channelfw.samples|o
rg.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.ui.workbench/org.eclipse.jface.textfont=1|Lucida 
Console|10|0|WINDOWS|1|-13|0|0|0|400|0|0|0|0|3|2|1|49|Lucida Console;
org.eclipse.ui.workbench/ENABLED_DECORATORS=com.ibm.sdwb.cmvc.client.eclipse.tea
m.ui.decorators.CmvcDecorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:f
alse,org.eclipse.team.cvs.ui.decorator\:true,org.eclipse.ui.LinkedResourceDecora
tor\:true,
org.eclipse.ui.externaltools/printMargin=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.admin.jmx|org.eclip
se.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.ui.workbench/org.eclipse.debug.ui.ConsoleFont=1|Lucida 
Console|10|0|WINDOWS|1|-13|0|0|0|400|0|0|0|0|3|2|1|49|Lucida Console;
org.eclipse.team.cvs.ui/pref_compression_level=9
org.eclipse.update.ui=2.1.0
org.eclipse.ui.editors=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.prereq.wccm|org.ecl
ipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/smartPaste=false
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.tcp.channel.test|or
g.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.http.channel|org.ec
lipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackage
Filter=true
org.eclipse.jdt.ui/JavaEditor.SyncOutlineOnCursorMove=true
org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\="1.0" 
encoding\="UTF-8"?>\n<org.eclipse.ui.commands><activeKeyConfiguration 
value\="org.eclipse.ui.defaultAcceleratorConfiguration"/></org.eclipse.ui.comman
ds>
org.eclipse.ui.workbench/WELCOME_DIALOG=false
org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.newline.controlStatement=ins
ert
org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.ui.BestMatchHover;0;org.eclips
e.jdt.ui.JavadocHover;\!0;org.eclipse.jdt.ui.ProblemHover;\!
0;org.eclipse.jdt.ui.JavaSourceHover;Ctrl;org.eclipse.jdt.internal.debug.ui.Java
DebugHover;\!0;
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.http.channel.test|o
rg.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.ui.workbench/org.eclipse.compare.contentmergeviewer.TextMergeViewer=
1|Lucida Console|10|0|WINDOWS|1|-13|0|0|0|400|0|0|0|0|3|2|1|49|Lucida Console;
org.eclipse.ui.editors/lineNumberRuler=true
org.eclipse.ui.externaltools=2.1.0
org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.T
AG_DUMMY_TO_TEST_EXISTENCE=storedViewPreferences
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.runtime.impl|org.ec
lipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.channelfw.service|o
rg.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.team.ui=2.1.0
org.eclipse.jdt.ui/java_doc_keyword_bold=false
org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml 
version\="1.0" encoding\="UTF-8"?>\r\n<vmSettings\r\n    
defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,10560
33479751" defaultVMConnector\="">\r\n    <vmType 
id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\r\n        <vm 
id\="0" javadocURL\="http\://java.sun.com/j2se/1.3/docs/api"\r\n            
name\="eclipse" path\="C\:\\eclipse"/>\r\n        <vm 
id\="1056033479751"\r\n            
javadocURL\="http\://java.sun.com/j2se/1.4.1/docs/api"\r\n            
name\="VELA Build VM" path\="C\:\\websphere\\tools\\java"/>\r\n    
</vmType>\r\n</vmSettings>\r\n
org.eclipse.jdt.core=2.1.0
org.eclipse.team.cvs.ui=2.1.0
org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Lucida Console|10|0|WINDOWS|1|-
13|0|0|0|400|0|0|0|0|3|2|1|49|Lucida Console;
org.eclipse.ui.workbench/editors=<?xml version\="1.0" encoding\="UTF-8"?
>\n<editors><descriptor class\="org.eclipse.emf.ecore.presentation.EcoreEditor" 
id\="org.eclipse.emf.ecore.presentation.ReflectiveEditorID" 
image\="platform\:/plugin/org.eclipse.emf.edit/icons/full/obj16/ModelFile.gif" 
internal\="true" label\="Sample Reflective Ecore Model Editor" 
open_in_place\="false" plugin\="org.eclipse.emf.ecore.editor"/><descriptor 
class\="org.eclipse.pde.internal.ui.editor.schema.SchemaEditor" 
id\="org.eclipse.pde.ui.schemaEditor" image\="icons/full/obj16/schema_obj.gif" 
internal\="true" label\="Extension Point Schema Editor" open_in_place\="false" 
plugin\="org.eclipse.pde.ui"/><descriptor 
class\="org.eclipse.xsd.presentation.XSDEditor" 
id\="org.eclipse.xsd.presentation.XSDEditorID" 
image\="icons/full/obj16/XSDModelFile.gif" internal\="true" label\="Sample XML 
Schema Editor" open_in_place\="false" 
plugin\="org.eclipse.xsd.editor"/><descriptor 
class\="org.eclipse.pde.internal.ui.editor.site.SiteEditor" 
id\="org.eclipse.pde.ui.siteEditor" image\="icons/full/obj16/site_xml_obj.gif" 
internal\="true" label\="Site Manifest Editor" open_in_place\="false" 
plugin\="org.eclipse.pde.ui"/><descriptor 
class\="org.eclipse.emf.ecore.presentation.EcoreEditor" 
id\="org.eclipse.emf.ecore.presentation.EcoreEditorID" 
image\="icons/full/obj16/EcoreModelFile.gif" internal\="true" label\="Sample 
Ecore Model Editor" open_in_place\="false" 
plugin\="org.eclipse.emf.ecore.editor"/><descriptor 
class\="org.eclipse.ui.externaltools.internal.ant.editor.PlantyEditor" 
id\="org.eclipse.ui.externaltools.internal.ant.editor.AntEditor" 
image\="icons/full/obj16/ant_buildfile.gif" internal\="true" label\="Ant 
Editor" open_in_place\="false" 
plugin\="org.eclipse.ui.externaltools"/><descriptor 
class\="org.eclipse.ui.editors.text.TextEditor" 
id\="org.eclipse.ui.DefaultTextEditor" image\="icons/full/obj16/file_obj.gif" 
internal\="true" label\="Text Editor" open_in_place\="false" 
plugin\="org.eclipse.ui"/><descriptor 
class\="org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor" 
id\="org.eclipse.jdt.ui.CompilationUnitEditor" 
image\="icons/full/obj16/jcu_obj.gif" internal\="true" label\="Java Editor" 
open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor 
class\="org.eclipse.ui.editors.text.TextEditor" 
id\="org.eclipse.jdt.ui.JARDescEditor" 
image\="icons/full/obj16/jar_desc_obj.gif" internal\="true" label\="JAR 
Description Editor" open_in_place\="false" 
plugin\="org.eclipse.jdt.ui"/><descriptor 
class\="org.eclipse.pde.internal.ui.editor.build.BuildPropertiesEditor" 
id\="org.eclipse.pde.ui.buildEditor" image\="icons/full/obj16/build_exec.gif" 
internal\="true" label\="Build Properties Editor" open_in_place\="false" 
plugin\="org.eclipse.pde.ui"/><descriptor 
class\="org.eclipse.pde.internal.ui.editor.manifest.FragmentManifestEditor" 
id\="org.eclipse.pde.ui.fragmentEditor" 
image\="icons/full/obj16/frgmt_mf_obj.gif" internal\="true" label\="Fragment 
Manifest Editor" open_in_place\="false" 
plugin\="org.eclipse.pde.ui"/><descriptor 
class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" 
id\="org.eclipse.jdt.ui.ClassFileEditor" 
image\="icons/full/obj16/classf_obj.gif" internal\="true" label\="Class File 
Viewer" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor 
class\="org.eclipse.ui.editors.text.TextEditor" 
id\="org.eclipse.jdt.ui.DefaultTextEditor" 
image\="icons/full/obj16/file_obj.gif" internal\="true" label\="Properties File 
Editor" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor 
class\="org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor" 
id\="org.eclipse.jdt.debug.ui.SnippetEditor" 
image\="icons/full/obj16/jsbook_obj.gif" internal\="true" label\="Scrapbook" 
open_in_place\="false" plugin\="org.eclipse.jdt.debug.ui"/><descriptor 
class\="org.eclipse.pde.internal.ui.editor.manifest.ManifestEditor" 
id\="org.eclipse.pde.ui.manifestEditor" 
image\="icons/full/obj16/plugin_mf_obj.gif" internal\="true" label\="Plug-in 
Manifest Editor" open_in_place\="false" 
plugin\="org.eclipse.pde.ui"/><descriptor 
class\="org.eclipse.pde.internal.ui.editor.feature.FeatureEditor" 
id\="org.eclipse.pde.ui.featureEditor" 
image\="icons/full/obj16/ftr_xml_obj.gif" internal\="true" label\="Feature 
Manifest Editor" open_in_place\="false" 
plugin\="org.eclipse.pde.ui"/><descriptor 
class\="org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor" 
id\="org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditorID" 
image\="icons/full/obj16/GenModelModelFile.gif" internal\="true" label\="EMF 
Generator" open_in_place\="false" 
plugin\="org.eclipse.emf.codegen.ecore.ui"/></editors>
org.eclipse.help=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=C\:/webspher
e/tools/java/jre/lib/core.jar
org.eclipse.jdt.ui/Refactoring.savealleditors=true
org.eclipse.team.cvs.ui/pref_show_overlaydirty=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.runtime|org.eclipse
.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.pde.core/platform_path=C\:\\eclipse
org.eclipse.jdt.ui/org.eclipse.jdt.ui.template.format=false
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=_
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.tcp.channel.impl|or
g.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/org.eclipse.jdt.ui.methodreturntype=true
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=w
arning
org.eclipse.update.ui/org.eclipse.update.ui.updateVersions=compatible
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.channelfw.test|org.
eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?
>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.ui/org.eclipse.jdt.ui.importorder=java;com.ibm;com;org;
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME
org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersInNewProjects=true
org.eclipse.ui.workbench=2.1.0
org.eclipse.compare=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.newline.emptyBlock=do not 
insert
org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer_patternFilterId_*$*.class=
true
org.eclipse.jdt.ui/command=C\:\\websphere\\tools\\java\\bin\\javadoc.exe
org.eclipse.jdt.ui/spacesForTabs=true
org.eclipse.jdt.ui/lineNumberRuler=true
org.eclipse.help/default_browser=org.eclipse.help.ui.iexplorer
org.eclipse.team.core=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Read\ Write\ 
Test|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" 
encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/server.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/xml.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/charsets.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/gskikm.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ibmjceprovider.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/indicim.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/jaccess.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/JawBridge.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/ldapsec.jar" rootpath\="" 
sourcepath\=""/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/ext/oldcertpath.jar" rootpath\="" 
sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.webui.resourcemanag
ement|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" 
encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/core.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/graphics.jar" rootpath\="src" 
sourcepath\="C\:/websphere/tools/java/src.jar"/><classpathentry kind\="lib" 
path\="C\:/websphere/tools/java/jre/lib/security.jar" rootpath\="src" 
Comment 4 Philipe Mulet CLA 2003-09-05 04:14:09 EDT
This is a dup. VM bug.

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