Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Interactive SQL (SA10) error when trying to change Options

2 views
Skip to first unread message

johnbrauer

unread,
Feb 20, 2007, 12:48:55 PM2/20/07
to
Has anyone using Interactive SQL in SQL Anywhere 10 tried
this: Click Tools -> Options, change any option, and click
OK. Most of our installations of SA10 (Build 2781) error
out any time we try to save an Options change ("ISQL has
encountered a problem and may need to close".) So there is
no way to save a change to the Options. ASA9 is also
installed on the same machine - not sure if that has any
relationship to this problem. If anyone is aware of either
a fix for this error, or that it has been reported to Sybase
as a bug, I would appreciate hearing that. Thanks

Breck Carter [Team iAnywhere]

unread,
Feb 20, 2007, 1:53:44 PM2/20/07
to
Yes, dbisql 10.0.0.2781 seems to be broken.

+-----------------+
| Stack Trace |
+-----------------+

java.lang.NullPointerException
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at
sybase.isql.ISQLLoader.startLauncherProcess(ISQLLoader.java:119)
at
sybase.isql.GeneralPage.acceptChanges(OptionsPageController.java:680)
at
com.sybase.customization.CustomizeDialog.acceptChanges(CustomizeDialog.java:510)
at
com.sybase.customization.CustomizeDialog.acceptChanges(CustomizeDialog.java:515)
at
com.sybase.customization.CustomizeDialog.okClicked(CustomizeDialog.java:496)
at
com.sybase.customization.CustomizeDialog.actionPerformed(CustomizeDialog.java:678)
at javax.swing.AbstractButton.fireActionPerformed(Unknown
Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown
Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at
com.sybase.util.EventMonitor.dispatchEvent(EventMonitor.java:430)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
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
com.sybase.util.SybModalDialog$DialogEventQueuePumper.run(SybModalDialog.java:497)
at
com.sybase.util.SybModalDialog.internal_show(SybModalDialog.java:301)
at
com.sybase.util.SybModalDialog.show(SybModalDialog.java:120)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at
sybase.isql.ISQLPanel.openCustomizationDialog(ISQLPanel.java:3862)
at
sybase.isql.ParentFrame.openCustomizationDialog(ParentFrame.java:2805)
at
sybase.isql.WindowManager.openPreferencesDialog(WindowManager.java:1638)
at sybase.isql.isql.openPreferencesDialog(isql.java:1542)
at sybase.isql.ISQLPanel.processMenu(ISQLPanel.java:2410)
at sybase.isql.ParentFrame.processMenu(ParentFrame.java:1273)
at sybase.isql.ParentFrame.access$700(ParentFrame.java:29)
at
sybase.isql.ParentFrame$ISQLAction.actionPerformed(ParentFrame.java:2668)
at javax.swing.AbstractButton.fireActionPerformed(Unknown
Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown
Source)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown
Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at
com.sybase.util.EventMonitor.dispatchEvent(EventMonitor.java:430)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


Thread: Java2D Disposer
Priority: 10
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
sun.java2d.Disposer.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: AWT-EventQueue-1
Priority: 6
Thread Group: main
State: RUNNABLE

Stack Trace
java.lang.Thread.dumpThreads(Native Method)
java.lang.Thread.getAllStackTraces(Unknown Source)
com.ianywhere.errorreporting.ExceptionHandler.getAllStackTraces(ExceptionHandler.java:506)
com.ianywhere.errorreporting.ExceptionHandler.gatherInformationForReport(ExceptionHandler.java:546)
com.ianywhere.errorreporting.ExceptionHandler.writeExceptionFile(ExceptionHandler.java:881)
com.ianywhere.errorreporting.ExceptionHandler.handleException(ExceptionHandler.java:193)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.sybase.util.SybModalDialog$DialogEventQueuePumperExceptionRelay.handle(SybModalDialog.java:528)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
java.awt.EventDispatchThread.handleException(Unknown Source)
java.awt.EventDispatchThread.processException(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.sybase.util.SybModalDialog$DialogEventQueuePumper.run(SybModalDialog.java:497)
com.sybase.util.SybModalDialog.internal_show(SybModalDialog.java:301)
com.sybase.util.SybModalDialog.show(SybModalDialog.java:120)
java.awt.Component.show(Unknown Source)
java.awt.Component.setVisible(Unknown Source)
sybase.isql.ISQLPanel.openCustomizationDialog(ISQLPanel.java:3862)
sybase.isql.ParentFrame.openCustomizationDialog(ParentFrame.java:2805)
sybase.isql.WindowManager.openPreferencesDialog(WindowManager.java:1638)
sybase.isql.isql.openPreferencesDialog(isql.java:1542)
sybase.isql.ISQLPanel.processMenu(ISQLPanel.java:2410)
sybase.isql.ParentFrame.processMenu(ParentFrame.java:1273)
sybase.isql.ParentFrame.access$700(ParentFrame.java:29)
sybase.isql.ParentFrame$ISQLAction.actionPerformed(ParentFrame.java:2668)
javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
javax.swing.DefaultButtonModel.setPressed(Unknown Source)
javax.swing.AbstractButton.doClick(Unknown Source)
javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
java.awt.Component.processMouseEvent(Unknown Source)
javax.swing.JComponent.processMouseEvent(Unknown Source)
java.awt.Component.processEvent(Unknown Source)
java.awt.Container.processEvent(Unknown Source)
java.awt.Component.dispatchEventImpl(Unknown Source)
java.awt.Container.dispatchEventImpl(Unknown Source)
java.awt.Component.dispatchEvent(Unknown Source)
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
java.awt.Container.dispatchEventImpl(Unknown Source)
java.awt.Window.dispatchEventImpl(Unknown Source)
java.awt.Component.dispatchEvent(Unknown Source)
java.awt.EventQueue.dispatchEvent(Unknown Source)
com.sybase.util.EventMonitor.dispatchEvent(EventMonitor.java:430)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: main
Priority: 5
Thread Group: main
State: RUNNABLE

Stack Trace
--------------------------------------------------------------------------------

Thread: Database interface thread
Priority: 4
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Unknown Source)
sybase.isql.ISQLConnectionImpl.dequeueRequest(ISQLConnectionImpl.java:6002)
sybase.isql.ISQLConnectionImpl.run(ISQLConnectionImpl.java:448)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: Reference Handler
Priority: 10
Thread Group: system
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Unknown Source)
java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: Signal Dispatcher
Priority: 9
Thread Group: system
State: RUNNABLE

Stack Trace
--------------------------------------------------------------------------------

Thread: AWT-Windows
Priority: 6
Thread Group: main
State: RUNNABLE

Stack Trace
sun.awt.windows.WToolkit.eventLoop(Native Method)
sun.awt.windows.WToolkit.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: Finalizer
Priority: 8
Thread Group: system
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: AWT-Shutdown
Priority: 5
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Unknown Source)
sun.awt.AWTAutoShutdown.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: TimerQueue
Priority: 5
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
javax.swing.TimerQueue.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------


+--------------+
| UI Trace |
+--------------+
Activate window (Splash screen)
Activate window "Interactive SQL" (sybase.isql.ParentFrame)
Activate window "Interactive SQL" (sybase.isql.ConnectingDialog)
Activate window "Interactive SQL" (sybase.isql.ParentFrame)
Click "Tools" menu item (Button1)
Click "Options..." menu item (Button1)
Activate window "Options" (com.sybase.customization.CustomizeDialog)
Click "Results" tree item (Button1)
Click "Truncation length:" (Button1)
Mouse press over "Truncation length:" (Button1)
Mouse release over a ResultsPage
Type "88888" in "Truncation length:"
Click a JPanel, parents: JPanel<JLayeredPane<JRootPane, 4 children
(Button1)
Click "OK" button (Button1)


+----------+
| ISQL |
+----------+

Tue Feb 20 13:32:10 EST 2007
ISQL version = 10.0.0, Build 2781
CommandLineOptions
Full command line: -locale en -c
"ENG=ddd10;DBN=ddd10;UID=dba;PWD=sql"
ConnectionInfo: UID=dba;PWD=***;ENG=ddd10;DBN=ddd10
Command tail: (none)
Initial SQL statement: (none)
Execute initial SQL statement: No
Use GUI: Yes
Quiet mode is: Off
Syntax check mode is: Off
Default database type: ASA
SQLCONNECT environment variable: (Undefined)
ULSQLCONNECT environment variable: (Undefined)

No current database connection
Currently executing statements: (none)

Current parser state:
(No current ISQL parser)

Settings:
maxRowsFetchedForUI=2147483647
showMultipleResultSets=true
The fast launcher is running


+---------------+
| Classpath |
+---------------+
C:\Program Files\SQL Anywhere 10\java\isql.jar
Timestamp=2007-01-04 23:09:40.0
Length=909089

C:\Program Files\SQL Anywhere 10\java\jconn2.jar
Timestamp=2004-04-30 03:20:34.0
Length=896049

C:\Program Files\SQL Anywhere 10\java\jlogon.jar
Timestamp=2007-01-04 23:07:42.0
Length=239935

C:\Program Files\SQL Anywhere 10\java\jodbc.jar
Timestamp=2007-01-04 19:50:48.0
Length=307417

C:\Program Files\SQL Anywhere 10\java\SCEditor500.jar
Timestamp=2007-01-04 18:50:00.0
Length=288574

C:\Program Files\SQL Anywhere 10\java\JComponents1000.jar
Timestamp=2007-01-04 23:07:32.0
Length=1072102

C:\Program Files\SQL Anywhere 10\java\jsyblib500.jar
Timestamp=2007-01-04 18:49:52.0
Length=774261

C:\Program Files\SQL Anywhere 10\Sun\JavaHelp-1_1\jh.jar
Timestamp=2002-06-24 12:36:00.0
Length=347246

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jaxb-api.jar
Timestamp=2005-04-25 17:36:50.0
Length=77761

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jaxb-impl.jar
Timestamp=2005-04-25 17:36:50.0
Length=310058

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jaxb-libs.jar
Timestamp=2005-04-25 17:36:52.0
Length=1672391

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jax-qname.jar
Timestamp=2005-04-25 17:36:42.0
Length=3361

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\relaxngDatatype.jar
Timestamp=2005-04-25 17:36:42.0
Length=23497

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\xsdlib.jar
Timestamp=2005-04-25 17:36:42.0
Length=442983

+-------------+
| Java VM |
+-------------+

Total memory: 20668416
Free memory: 5232128

+-------------------+
| Look and Feel |
+-------------------+
Look and Feel:
Name:Windows
Description:The Microsoft Windows Look and Feel
IsNative:true
IsSupported:true
ID:Windows
Class:com.sun.java.swing.plaf.windows.WindowsLookAndFeel

Desktop Properties:
DnD.gestureMotionThreshold=2
awt.dynamicLayoutSupported=true
awt.file.showAttribCol=false
awt.file.showHiddenFiles=true
awt.mouse.numButtons=5
awt.multiClickInterval=500
awt.wheelMousePresent=true
win.3d.backgroundColor=java.awt.Color[r=235,g=233,b=237]
win.3d.darkShadowColor=java.awt.Color[r=133,g=135,b=140]
win.3d.highlightColor=java.awt.Color[r=255,g=255,b=255]
win.3d.lightColor=java.awt.Color[r=220,g=223,b=228]
win.3d.shadowColor=java.awt.Color[r=167,g=166,b=170]

win.ansiFixed.font=java.awt.Font[family=Monospaced,name=Courier,style=plain,size=13]
win.ansiFixed.font.height=13
win.ansiVar.font=java.awt.Font[family=SansSerif,name=MS Sans
Serif,style=plain,size=11]
win.ansiVar.font.height=11
win.button.textColor=java.awt.Color[r=0,g=0,b=0]

win.defaultGUI.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.defaultGUI.font.height=11
win.desktop.backgroundColor=java.awt.Color[r=0,g=0,b=0]

win.deviceDefault.font=java.awt.Font[family=Dialog,name=System,style=bold,size=13]
win.deviceDefault.font.height=13
win.drag.height=4
win.drag.width=4
win.frame.activeBorderColor=java.awt.Color[r=212,g=208,b=200]
win.frame.activeCaptionColor=java.awt.Color[r=51,g=94,b=168]

win.frame.activeCaptionGradientColor=java.awt.Color[r=112,g=177,b=235]
win.frame.backgroundColor=java.awt.Color[r=255,g=255,b=255]
win.frame.captionButtonHeight=25
win.frame.captionButtonWidth=25
win.frame.captionFont=java.awt.Font[family=Trebuchet
MS,name=Trebuchet MS,style=bold,size=13]
win.frame.captionFont.height=13
win.frame.captionGradientsOn=true
win.frame.captionHeight=25
win.frame.captionTextColor=java.awt.Color[r=255,g=255,b=255]
win.frame.color=java.awt.Color[r=0,g=0,b=0]
win.frame.fullWindowDragsOn=true
win.frame.inactiveBorderColor=java.awt.Color[r=212,g=208,b=200]
win.frame.inactiveCaptionColor=java.awt.Color[r=111,g=161,b=217]

win.frame.inactiveCaptionGradientColor=java.awt.Color[r=131,g=183,b=227]
win.frame.inactiveCaptionTextColor=java.awt.Color[r=255,g=255,b=255]
win.frame.sizingBorderWidth=1
win.frame.smallCaptionButtonHeight=17
win.frame.smallCaptionButtonWidth=17

win.frame.smallCaptionFont=java.awt.Font[family=Tahoma,name=Tahoma,style=bold,size=11]
win.frame.smallCaptionFont.height=11
win.frame.smallCaptionHeight=17
win.frame.textColor=java.awt.Color[r=0,g=0,b=0]
win.highContrast.on=false

win.icon.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.icon.font.height=11
win.icon.hspacing=75
win.icon.titleWrappingOn=true
win.icon.vspacing=75
win.item.highlightColor=java.awt.Color[r=51,g=94,b=168]
win.item.highlightTextColor=java.awt.Color[r=255,g=255,b=255]
win.item.hotTrackedColor=java.awt.Color[r=0,g=0,b=128]
win.item.hotTrackingOn=true
win.mdi.backgroundColor=java.awt.Color[r=128,g=128,b=128]
win.menu.backgroundColor=java.awt.Color[r=255,g=255,b=255]
win.menu.buttonWidth=19

win.menu.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.menu.font.height=11
win.menu.height=19
win.menu.keyboardCuesOn=true
win.menu.textColor=java.awt.Color[r=0,g=0,b=0]
win.menubar.backgroundColor=java.awt.Color[r=235,g=233,b=237]

win.messagebox.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.messagebox.font.height=11

win.oemFixed.font=java.awt.Font[family=Dialog,name=Terminal,style=plain,size=12]
win.oemFixed.font.height=12
win.properties.version=3
win.scrollbar.backgroundColor=java.awt.Color[r=212,g=208,b=200]
win.scrollbar.height=17
win.scrollbar.width=17
win.sound.asterisk=WinPlaySound(SystemAsterisk)
win.sound.close=WinPlaySound(Close)
win.sound.default=WinPlaySound(.Default)
win.sound.exclamation=WinPlaySound(SystemExclamation)
win.sound.exit=WinPlaySound(SystemExit)
win.sound.hand=WinPlaySound(SystemHand)
win.sound.maximize=WinPlaySound(Maximize)
win.sound.menuCommand=WinPlaySound(MenuCommand)
win.sound.menuPopup=WinPlaySound(MenuPopup)
win.sound.minimize=WinPlaySound(Minimize)
win.sound.open=WinPlaySound(Open)
win.sound.question=WinPlaySound(SystemQuestion)
win.sound.restoreDown=WinPlaySound(RestoreDown)
win.sound.restoreUp=WinPlaySound(RestoreUp)
win.sound.start=WinPlaySound(SystemStart)

win.status.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.status.font.height=11

win.system.font=java.awt.Font[family=Dialog,name=System,style=bold,size=13]
win.system.font.height=13

win.systemFixed.font=java.awt.Font[family=Dialog,name=Fixedsys,style=plain,size=12]
win.systemFixed.font.height=12
win.text.fontSmoothingContrast=1400
win.text.fontSmoothingOn=true
win.text.fontSmoothingType=2
win.text.grayedTextColor=java.awt.Color[r=167,g=166,b=170]
win.tooltip.backgroundColor=java.awt.Color[r=255,g=255,b=225]

win.tooltip.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.tooltip.font.height=11
win.tooltip.textColor=java.awt.Color[r=0,g=0,b=0]
win.xpstyle.colorName=NormalColor

win.xpstyle.dllName=C:\WINDOWS\Resources\Themes\Royale\Royale.msstyles
win.xpstyle.sizeName=NormalSize
win.xpstyle.themeActive=true


+-------------------+
| Java Packages |
+-------------------+

Package: com.ianywhere.errorreporting
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3212
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3212

Package: com.ianywhere.textCompleter
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sun.imageio.plugins.bmp
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.gif
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.jpeg
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.png
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.wbmp
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.java.help.impl
Implementation title: null
Implementation vendor: Sun Microsystems, Inc
Implementation version: 1.1.3
Specification title: null
Specification vendor: Sun Microsystems, Inc
Specification version: 1.0

Package: com.sun.java.swing
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.java.swing.plaf.windows
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.java.swing.plaf.windows.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.compiler
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.runtime.output
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.trax
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dtd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dtd.models
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dv
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dv.dtd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.io
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.msg
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.validation
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.jaxp
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.parsers
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xinclude
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xni
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xni.grammars
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xni.parser
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.dtm
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.dtm.ref
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.dtm.ref.dom2dtm
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.serializer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.utils
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.swing.internal.plaf.basic.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.swing.internal.plaf.metal.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sybase.asa.QueryEditor
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.asa.common
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.asa.logon
Implementation title: JDBC Connection Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JDBC Connection Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.ase.logon
Implementation title: JDBC Connection Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JDBC Connection Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.central.editor
Implementation title: Sybase Central Editor
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3191
Specification title: Sybase Central Editor
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3191

Package: com.sybase.customization
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3212
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3212

Package: com.sybase.helpManager
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3212
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3212

Package: com.sybase.logon
Implementation title: JDBC Connection Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JDBC Connection Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.resultSetTable
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.sortableTable
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.treeTable
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: com.sybase.util
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3212
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3212

Package: com.sybase.util.win32
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3212
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3212

Package: ianywhere.ml.jdbcodbc
Implementation title: null
Implementation vendor: null
Implementation version: null
Specification title: null
Specification vendor: null
Specification version: null

Package: ianywhere.updateService
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781

Package: java.applet
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.color
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.datatransfer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.dnd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.dnd.peer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.event
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.font
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.geom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.im
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.im.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.image
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.peer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.print
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.beans
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.beans.beancontext
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.io
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.annotation
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.management
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.ref
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.reflect
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.math
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.net
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.channels
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.channels.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.charset
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.charset.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.rmi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security.cert
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security.interfaces
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security.spec
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.sql
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.text
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.concurrent
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.concurrent.atomic
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.concurrent.locks
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.jar
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.logging
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.prefs
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.regex
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.zip
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.accessibility
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.help
Implementation title: null
Implementation vendor: Sun Microsystems, Inc
Implementation version: 1.1.3
Specification title: null
Specification vendor: Sun Microsystems, Inc
Specification version: 1.0

Package: javax.help.event
Implementation title: null
Implementation vendor: Sun Microsystems, Inc
Implementation version: 1.1.3
Specification title: null
Specification vendor: Sun Microsystems, Inc
Specification version: 1.0

Package: javax.help.plaf
Implementation title: null
Implementation vendor: Sun Microsystems, Inc
Implementation version: 1.1.3
Specification title: null
Specification vendor: Sun Microsystems, Inc
Specification version: 1.0

Package: javax.help.plaf.basic
Implementation title: null
Implementation vendor: Sun Microsystems, Inc
Implementation version: 1.1.3
Specification title: null
Specification vendor: Sun Microsystems, Inc
Specification version: 1.0

Package: javax.help.resources
Implementation title: null
Implementation vendor: Sun Microsystems, Inc
Implementation version: 1.1.3
Specification title: null
Specification vendor: Sun Microsystems, Inc
Specification version: 1.0

Package: javax.imageio
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio.metadata
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio.stream
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.naming
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.security.auth
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.security.auth.x500
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.sound.sampled
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.border
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.event
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.filechooser
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.plaf
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.plaf.basic
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.plaf.metal
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.table
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.text
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.text.html
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.text.html.parser
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.tree
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.undo
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.bind
Implementation title: JAXB Reference Implementation
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.0.1
Specification title: Java Architecture for XML Binding
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.0

Package: javax.xml.parsers
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform.sax
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform.stream
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.events
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.ls
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.ranges
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.traversal
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.xml.sax
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.xml.sax.ext
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.xml.sax.helpers
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.color
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.datatransfer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.dnd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.im
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.image
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.shell
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.windows
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.beans.editors
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.beans.infos
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.dc.path
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.dc.pr
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.font
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.io
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d.loops
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d.opengl
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d.pipe
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.misc
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.spi.nameservice
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www.protocol.file
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www.protocol.http
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www.protocol.jar
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio.ch
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio.cs
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio.cs.ext
Implementation title: null
Implementation vendor: null
Implementation version: null
Specification title: null
Specification vendor: null
Specification version: null

Package: sun.reflect
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.reflect.misc
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.action
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.jca
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.pkcs
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.provider
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.provider.certpath
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.rsa
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.x509
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.swing
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.text
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.text.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.util.calendar
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sybase.isql
Implementation title: Interactive SQL
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2781
Specification title: Interactive SQL
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2781


+-----------------------+
| System Properties |
+-----------------------+

QueryEditor.Frame.height=-1
QueryEditor.Frame.width=-1
QueryEditor.Frame.x=-1
QueryEditor.Frame.y=-1
QueryEditor.dividerLocation=-1
QueryEditor.fullyQualifyNames=true
QueryEditor.getListOfTableNamesOnStartup=true
QueryEditor.quoteNames=true
SybaseCentralEditor.Editor.dividerLocation=100
SybaseCentralEditor.Editor.dragAndDropEditing=true
SybaseCentralEditor.Editor.horizontalScrollBar=true
SybaseCentralEditor.Editor.keepTabs=false
SybaseCentralEditor.Editor.smartIndentClosingBrace=false
SybaseCentralEditor.Editor.smartIndentOpenBrace=false
SybaseCentralEditor.Editor.verticalScrollBar=true
SybaseCentralEditor.FindInFiles.folder=
SybaseCentralEditor.FindInFiles.lookInSubfolders=false
SybaseCentralEditor.FindInFiles.matchCase=false
SybaseCentralEditor.FindInFiles.matchWholeWord=false
SybaseCentralEditor.FindInFiles.outputToPane2=false
SybaseCentralEditor.FindInFiles.type=
SybaseCentralEditor.FindInFiles.what=
SybaseCentralEditor.Format.breakPointMargin.background=-2301980
SybaseCentralEditor.Format.breakPointMargin.foreground=-16777216
SybaseCentralEditor.Format.caretColor=-16777216
SybaseCentralEditor.Format.comment.background=-1
SybaseCentralEditor.Format.comment.foreground=-16731648
SybaseCentralEditor.Format.comment.style=0
SybaseCentralEditor.Format.font=Monospaced
SybaseCentralEditor.Format.fontSize=9
SybaseCentralEditor.Format.formalComment.background=-1
SybaseCentralEditor.Format.formalComment.foreground=-65281
SybaseCentralEditor.Format.formalComment.style=0
SybaseCentralEditor.Format.htmlAttributeName.background=-1
SybaseCentralEditor.Format.htmlAttributeName.foreground=-16711936
SybaseCentralEditor.Format.htmlAttributeName.style=0
SybaseCentralEditor.Format.htmlAttributeValue.background=-1
SybaseCentralEditor.Format.htmlAttributeValue.foreground=-65536
SybaseCentralEditor.Format.htmlAttributeValue.style=0
SybaseCentralEditor.Format.htmlComment.background=-16711936
SybaseCentralEditor.Format.htmlComment.foreground=-1
SybaseCentralEditor.Format.htmlComment.style=0
SybaseCentralEditor.Format.htmlElementName.background=-1
SybaseCentralEditor.Format.htmlElementName.foreground=-16776961
SybaseCentralEditor.Format.htmlElementName.style=0
SybaseCentralEditor.Format.htmlOperator.background=-1
SybaseCentralEditor.Format.htmlOperator.foreground=-14336
SybaseCentralEditor.Format.htmlOperator.style=0
SybaseCentralEditor.Format.htmlTagDelimiter.background=-1
SybaseCentralEditor.Format.htmlTagDelimiter.foreground=-12566464
SybaseCentralEditor.Format.htmlTagDelimiter.style=0
SybaseCentralEditor.Format.keywords.background=-1
SybaseCentralEditor.Format.keywords.foreground=-16776961
SybaseCentralEditor.Format.keywords.style=0
SybaseCentralEditor.Format.number.background=-1
SybaseCentralEditor.Format.number.foreground=-16776961
SybaseCentralEditor.Format.number.style=0
SybaseCentralEditor.Format.openString.background=-65536
SybaseCentralEditor.Format.openString.foreground=-1
SybaseCentralEditor.Format.openString.style=0
SybaseCentralEditor.Format.operators.background=-1
SybaseCentralEditor.Format.operators.foreground=-16777216
SybaseCentralEditor.Format.operators.style=0
SybaseCentralEditor.Format.printFontSize=9
SybaseCentralEditor.Format.printFooter=
SybaseCentralEditor.Format.printHeader=
SybaseCentralEditor.Format.punctuation.background=-1
SybaseCentralEditor.Format.punctuation.foreground=-16777216
SybaseCentralEditor.Format.punctuation.style=0
SybaseCentralEditor.Format.string.background=-1
SybaseCentralEditor.Format.string.foreground=-65536
SybaseCentralEditor.Format.string.style=0
SybaseCentralEditor.Format.text.background=-1
SybaseCentralEditor.Format.text.foreground=-16777216
SybaseCentralEditor.Format.text.style=0
SybaseCentralEditor.Format.textSelection.background=-13410648
SybaseCentralEditor.Format.textSelection.foreground=-1
SybaseCentralEditor.Frame.height=400
SybaseCentralEditor.Frame.width=400
SybaseCentralEditor.Frame.x=0
SybaseCentralEditor.Frame.y=0
SybaseCentralEditor.Tabs.autoIndent=0
SybaseCentralEditor.Tabs.indentSize=4
SybaseCentralEditor.Tabs.tabSize=8
asa.location=C:\PROGRA~1\SQLANY~1\
awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
isql.commandShell="C:\WINDOWS\system32\cmd.exe /c"
isql.helpFolder=C:\PROGRA~1\SQLANY~1\java
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\PROGRA~1\SQLANY~1\WIN32\..\java\isql.jar;C:\PROGRA~1\SQLANY~1\WIN32\..\java\jconn2.jar;C:\PROGRA~1\SQLANY~1\WIN32\..\java\jlogon.jar;C:\PROGRA~1\SQLANY~1\WIN32\..\java\jodbc.jar;C:\PROGRA~1\SQLANY~1\java\SCEDIT~1.JAR;C:\PROGRA~1\SQLANY~1\WIN32\..\java\JCOMPO~1.JAR;C:\PROGRA~1\SQLANY~1\java\JSYBLI~1.JAR;C:\PROGRA~1\SQLANY~1\sun\JAVAHE~1\jh.jar;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\jaxb-api.jar;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\JAXB-I~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\JAXB-L~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\JAX-QN~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\RELAXN~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\xsdlib.jar;
java.class.version=49.0
java.endorsed.dirs=C:\Program Files\SQL Anywhere
10\sun\jre150\lib\endorsed
java.ext.dirs=C:\Program Files\SQL Anywhere 10\sun\jre150\lib\ext
java.home=C:\Program Files\SQL Anywhere 10\sun\jre150
java.io.tmpdir=C:\DOCUME~1\bcarter\LOCALS~1\Temp\
java.library.path=C:\PROGRA~1\SQLANY~1\WIN32;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program
Files\SQL Anywhere
10\sun\jre150\bin;C:\WINDOWS;C:\WINDOWS\system32;C:\Program
Files\Sybase\Shared\PowerBuilder;C:\Program Files\SQL Anywhere
10\win32;C:\Program Files\SQL Anywhere 10\Sybase Central
5.0.0\win32;C:\Program Files\Sybase\SQL Anywhere 9\win32;C:\Program
Files\Sybase\Shared\win32;C:\Program Files\Sybase\SQL Anywhere
9\drivers;C:\Program Files\Sybase\Shared\Sybase Central 4.3\win32
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_06-b05
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
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.5.0_06
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.5.0_06-b05
line.separator=

os.arch=x86
os.name=Windows XP
os.version=5.1
path=C:\PROGRA~1\SQLANY~1\win32;C:\PROGRA~1\SQLANY~1\sun\jre150\bin;C:\PROGRA~1\SQLANY~1\sun\jre150\bin;C:\WINDOWS;C:\WINDOWS\system32;C:\PROGRA~1\Sybase\Shared\POWERB~1;C:\PROGRA~1\SQLANY~1\win32;C:\PROGRA~1\SQLANY~1\SYBASE~1.0\win32;C:\PROGRA~1\Sybase\SQLANY~3\win32;C:\PROGRA~1\Sybase\Shared\win32;C:\PROGRA~1\Sybase\SQLANY~3\drivers;C:\PROGRA~1\Sybase\Shared\SYBASE~1.3\win32
path.separator=;
sqlpath=
sun.arch.data.model=32
sun.awt.exception.handler=com.sybase.util.SybModalDialog$DialogEventQueuePumperExceptionRelay
sun.boot.class.path=C:\Program Files\SQL Anywhere
10\sun\jre150\lib\rt.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\i18n.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\sunrsasign.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\jsse.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\jce.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\charsets.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\classes
sun.boot.library.path=C:\Program Files\SQL Anywhere 10\sun\jre150\bin
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.d3d=false
sun.java2d.noddraw=true
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 2
sybase.jsyblib.dll.location=C:\PROGRA~1\SQLANY~1\win32\
user.country=CA
user.dir=C:\projects\$SA_templates
user.home=C:\Documents and Settings\bcarter
user.language=en
user.name=bcarter
user.timezone=America/New_York
user.variant=

----------------------------------------------------------------------------------------------------

+-----------------+
| Stack Trace |
+-----------------+

java.lang.NullPointerException
at sybase.isql.WindowManager.connect(WindowManager.java:1193)
at
sybase.isql.WindowManager.connectFrameUsingConnectionInfo(WindowManager.java:753)
at sybase.isql.WindowManager.run(WindowManager.java:587)
at sybase.isql.isql$1.run(isql.java:565)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at
com.sybase.util.EventMonitor.dispatchEvent(EventMonitor.java:415)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


Thread: Finalizer
Priority: 8
Thread Group: system
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: Java2D Disposer
Priority: 10
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
java.lang.ref.ReferenceQueue.remove(Unknown Source)
sun.java2d.Disposer.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: AWT-Shutdown
Priority: 5
Thread Group: main
State: TIMED_WAITING

Stack Trace
java.lang.Object.wait(Native Method)
sun.awt.AWTAutoShutdown.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: Reference Handler
Priority: 10
Thread Group: system
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Unknown Source)
java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: TimerQueue
Priority: 5
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
javax.swing.TimerQueue.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: AWT-EventQueue-1
Priority: 6
Thread Group: main
State: RUNNABLE

Stack Trace
java.lang.Thread.dumpThreads(Native Method)
java.lang.Thread.getAllStackTraces(Unknown Source)
com.ianywhere.errorreporting.ExceptionHandler.getAllStackTraces(ExceptionHandler.java:506)
com.ianywhere.errorreporting.ExceptionHandler.gatherInformationForReport(ExceptionHandler.java:546)
com.ianywhere.errorreporting.ExceptionHandler.writeExceptionFile(ExceptionHandler.java:881)
com.ianywhere.errorreporting.ExceptionHandler.handleException(ExceptionHandler.java:193)
com.ianywhere.errorreporting.ExceptionHandler.uncaughtException(ExceptionHandler.java:160)
java.lang.ThreadGroup.uncaughtException(Unknown Source)
java.lang.ThreadGroup.uncaughtException(Unknown Source)
java.lang.Thread.dispatchUncaughtException(Unknown Source)
--------------------------------------------------------------------------------

Thread: AWT-Windows
Priority: 6
Thread Group: main
State: RUNNABLE

Stack Trace
sun.awt.windows.WToolkit.eventLoop(Native Method)
sun.awt.windows.WToolkit.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: Signal Dispatcher
Priority: 9
Thread Group: system
State: RUNNABLE

Stack Trace
--------------------------------------------------------------------------------

Thread: main
Priority: 5
Thread Group: main
State: RUNNABLE

Stack Trace
--------------------------------------------------------------------------------

Thread: DBISQL loader
Priority: 5
Thread Group: main
State: RUNNABLE

Stack Trace
java.net.PlainSocketImpl.socketAccept(Native Method)
java.net.PlainSocketImpl.accept(Unknown Source)
java.net.ServerSocket.implAccept(Unknown Source)
java.net.ServerSocket.accept(Unknown Source)
com.sybase.util.Launcher.run(Launcher.java:366)
java.lang.Thread.run(Unknown Source)
--------------------------------------------------------------------------------

Thread: AWT-EventQueue-1
Priority: 6
Thread Group: main
State: WAITING

Stack Trace
java.lang.Object.wait(Native Method)
java.lang.Object.wait(Unknown Source)
java.awt.EventQueue.getNextEvent(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)
--------------------------------------------------------------------------------


+--------------+
| UI Trace |
+--------------+
Activate window "Interactive SQL"
Activate window "Interactive SQL"
Activate window "Interactive SQL"


+----------+
| ISQL |
+----------+

Tue Feb 20 07:20:25 EST 2007
ISQL version = 10.0.0, Build 2745
No information about options available
No current database connection
Currently executing statements: (none)

Current parser state:
(No current ISQL parser)

Settings:
maxRowsFetchedForUI=2147483647
showMultipleResultSets=true
The fast launcher is running


+---------------+
| Classpath |
+---------------+
C:\Program Files\SQL Anywhere 10\java\isql.jar
Timestamp=2006-11-09 15:27:28.0
Length=908206

C:\Program Files\SQL Anywhere 10\java\jconn2.jar
Timestamp=2004-04-30 03:20:34.0
Length=896049

C:\Program Files\SQL Anywhere 10\java\jlogon.jar
Timestamp=2006-11-09 15:25:34.0
Length=233584

C:\Program Files\SQL Anywhere 10\java\jodbc.jar
Timestamp=2006-11-09 15:12:32.0
Length=307417

C:\Program Files\SQL Anywhere 10\java\SCEditor500.jar
Timestamp=2006-11-06 14:52:56.0
Length=288557

C:\Program Files\SQL Anywhere 10\java\JComponents1000.jar
Timestamp=2006-11-09 15:25:26.0
Length=1072244

C:\Program Files\SQL Anywhere 10\java\jsyblib500.jar
Timestamp=2006-11-06 14:52:46.0
Length=763731

C:\Program Files\SQL Anywhere 10\Sun\JavaHelp-1_1\jh.jar
Timestamp=2002-06-24 12:36:00.0
Length=347246

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jaxb-api.jar
Timestamp=2005-04-25 17:36:50.0
Length=77761

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jaxb-impl.jar
Timestamp=2005-04-25 17:36:50.0
Length=310058

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jaxb-libs.jar
Timestamp=2005-04-25 17:36:52.0
Length=1672391

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\jax-qname.jar
Timestamp=2005-04-25 17:36:42.0
Length=3361

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\relaxngDatatype.jar
Timestamp=2005-04-25 17:36:42.0
Length=23497

C:\Program Files\SQL Anywhere 10\Sun\JAXB1.0\xsdlib.jar
Timestamp=2005-04-25 17:36:42.0
Length=442983

+-------------+
| Java VM |
+-------------+

Total memory: 13746176
Free memory: 3678376

+-------------------+
| Look and Feel |
+-------------------+
Look and Feel:
Name:Windows
Description:The Microsoft Windows Look and Feel
IsNative:true
IsSupported:true
ID:Windows
Class:com.sun.java.swing.plaf.windows.WindowsLookAndFeel

Desktop Properties:
DnD.gestureMotionThreshold=2
awt.dynamicLayoutSupported=true
awt.file.showAttribCol=false
awt.file.showHiddenFiles=true
awt.mouse.numButtons=5
awt.multiClickInterval=500
awt.wheelMousePresent=true
win.3d.backgroundColor=java.awt.Color[r=235,g=233,b=237]
win.3d.darkShadowColor=java.awt.Color[r=133,g=135,b=140]
win.3d.highlightColor=java.awt.Color[r=255,g=255,b=255]
win.3d.lightColor=java.awt.Color[r=220,g=223,b=228]
win.3d.shadowColor=java.awt.Color[r=167,g=166,b=170]

win.ansiFixed.font=java.awt.Font[family=Monospaced,name=Courier,style=plain,size=13]
win.ansiFixed.font.height=13
win.ansiVar.font=java.awt.Font[family=SansSerif,name=MS Sans
Serif,style=plain,size=11]
win.ansiVar.font.height=11
win.button.textColor=java.awt.Color[r=0,g=0,b=0]

win.defaultGUI.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.defaultGUI.font.height=11
win.desktop.backgroundColor=java.awt.Color[r=0,g=0,b=0]

win.deviceDefault.font=java.awt.Font[family=Dialog,name=System,style=bold,size=13]
win.deviceDefault.font.height=13
win.drag.height=4
win.drag.width=4
win.frame.activeBorderColor=java.awt.Color[r=212,g=208,b=200]
win.frame.activeCaptionColor=java.awt.Color[r=51,g=94,b=168]

win.frame.activeCaptionGradientColor=java.awt.Color[r=112,g=177,b=235]
win.frame.backgroundColor=java.awt.Color[r=255,g=255,b=255]
win.frame.captionButtonHeight=25
win.frame.captionButtonWidth=25
win.frame.captionFont=java.awt.Font[family=Trebuchet
MS,name=Trebuchet MS,style=bold,size=13]
win.frame.captionFont.height=13
win.frame.captionGradientsOn=true
win.frame.captionHeight=25
win.frame.captionTextColor=java.awt.Color[r=255,g=255,b=255]
win.frame.color=java.awt.Color[r=0,g=0,b=0]
win.frame.fullWindowDragsOn=true
win.frame.inactiveBorderColor=java.awt.Color[r=212,g=208,b=200]
win.frame.inactiveCaptionColor=java.awt.Color[r=111,g=161,b=217]

win.frame.inactiveCaptionGradientColor=java.awt.Color[r=131,g=183,b=227]
win.frame.inactiveCaptionTextColor=java.awt.Color[r=255,g=255,b=255]
win.frame.sizingBorderWidth=1
win.frame.smallCaptionButtonHeight=17
win.frame.smallCaptionButtonWidth=17

win.frame.smallCaptionFont=java.awt.Font[family=Tahoma,name=Tahoma,style=bold,size=11]
win.frame.smallCaptionFont.height=11
win.frame.smallCaptionHeight=17
win.frame.textColor=java.awt.Color[r=0,g=0,b=0]
win.highContrast.on=false

win.icon.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.icon.font.height=11
win.icon.hspacing=75
win.icon.titleWrappingOn=true
win.icon.vspacing=75
win.item.highlightColor=java.awt.Color[r=51,g=94,b=168]
win.item.highlightTextColor=java.awt.Color[r=255,g=255,b=255]
win.item.hotTrackedColor=java.awt.Color[r=0,g=0,b=128]
win.item.hotTrackingOn=true
win.mdi.backgroundColor=java.awt.Color[r=128,g=128,b=128]
win.menu.backgroundColor=java.awt.Color[r=255,g=255,b=255]
win.menu.buttonWidth=19

win.menu.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.menu.font.height=11
win.menu.height=19
win.menu.keyboardCuesOn=true
win.menu.textColor=java.awt.Color[r=0,g=0,b=0]
win.menubar.backgroundColor=java.awt.Color[r=235,g=233,b=237]

win.messagebox.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.messagebox.font.height=11

win.oemFixed.font=java.awt.Font[family=Dialog,name=Terminal,style=plain,size=12]
win.oemFixed.font.height=12
win.properties.version=3
win.scrollbar.backgroundColor=java.awt.Color[r=212,g=208,b=200]
win.scrollbar.height=17
win.scrollbar.width=17
win.sound.asterisk=WinPlaySound(SystemAsterisk)
win.sound.close=WinPlaySound(Close)
win.sound.default=WinPlaySound(.Default)
win.sound.exclamation=WinPlaySound(SystemExclamation)
win.sound.exit=WinPlaySound(SystemExit)
win.sound.hand=WinPlaySound(SystemHand)
win.sound.maximize=WinPlaySound(Maximize)
win.sound.menuCommand=WinPlaySound(MenuCommand)
win.sound.menuPopup=WinPlaySound(MenuPopup)
win.sound.minimize=WinPlaySound(Minimize)
win.sound.open=WinPlaySound(Open)
win.sound.question=WinPlaySound(SystemQuestion)
win.sound.restoreDown=WinPlaySound(RestoreDown)
win.sound.restoreUp=WinPlaySound(RestoreUp)
win.sound.start=WinPlaySound(SystemStart)

win.status.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.status.font.height=11

win.system.font=java.awt.Font[family=Dialog,name=System,style=bold,size=13]
win.system.font.height=13

win.systemFixed.font=java.awt.Font[family=Dialog,name=Fixedsys,style=plain,size=12]
win.systemFixed.font.height=12
win.text.fontSmoothingContrast=1400
win.text.fontSmoothingOn=true
win.text.fontSmoothingType=2
win.text.grayedTextColor=java.awt.Color[r=167,g=166,b=170]
win.tooltip.backgroundColor=java.awt.Color[r=255,g=255,b=225]

win.tooltip.font=java.awt.Font[family=Tahoma,name=Tahoma,style=plain,size=11]
win.tooltip.font.height=11
win.tooltip.textColor=java.awt.Color[r=0,g=0,b=0]
win.xpstyle.colorName=NormalColor

win.xpstyle.dllName=C:\WINDOWS\Resources\Themes\Royale\Royale.msstyles
win.xpstyle.sizeName=NormalSize
win.xpstyle.themeActive=true


+-------------------+
| Java Packages |
+-------------------+

Package: com.ianywhere.errorreporting
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3197
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3197

Package: com.ianywhere.textCompleter
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sun.imageio.plugins.bmp
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.gif
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.jpeg
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.png
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.plugins.wbmp
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.imageio.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.java.swing
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.java.swing.plaf.windows
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.java.swing.plaf.windows.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.compiler
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.runtime.output
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xalan.internal.xsltc.trax
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dtd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dtd.models
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dv
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.dv.dtd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.io
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.msg
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.impl.validation
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.jaxp
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.parsers
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xinclude
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xni
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xni.grammars
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xerces.internal.xni.parser
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.dtm
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.dtm.ref
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.dtm.ref.dom2dtm
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.serializer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.org.apache.xml.internal.utils
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.swing.internal.plaf.basic.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sun.swing.internal.plaf.metal.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: com.sybase.asa.QueryEditor
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sybase.asa.common
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sybase.asa.logon
Implementation title: JDBC Connection Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JDBC Connection Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sybase.ase.logon
Implementation title: JDBC Connection Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JDBC Connection Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sybase.central.editor
Implementation title: Sybase Central Editor
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3191
Specification title: Sybase Central Editor
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3191

Package: com.sybase.customization
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3197
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3197

Package: com.sybase.helpManager
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3197
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3197

Package: com.sybase.jdbcx
Implementation title: "com.sybase.jdbcx"
Implementation vendor: "Sybase, Inc."
Implementation version: "Build (25329)"
Specification title: "jConnect for JDBC 2.0"
Specification vendor: "Sybase, Inc."
Specification version: "5.5"

Package: com.sybase.logon
Implementation title: JDBC Connection Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JDBC Connection Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sybase.resultSetTable
Implementation title: JComponents Library
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: JComponents Library
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745

Package: com.sybase.util
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3197
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3197

Package: com.sybase.util.win32
Implementation title: Application-Independent Java Utility Library
Implementation vendor: Sybase, Inc.
Implementation version: 5.0.0.3197
Specification title: Application-Independent Java Utility Library
Specification vendor: Sybase, Inc.
Specification version: 5.0.0.3197

Package: ianywhere.ml.jdbcodbc
Implementation title: null
Implementation vendor: null
Implementation version: null
Specification title: null
Specification vendor: null
Specification version: null

Package: java.applet
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.color
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.datatransfer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.dnd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.dnd.peer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.event
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.font
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.geom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.im
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.im.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.image
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.peer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.awt.print
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.beans
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.beans.beancontext
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.io
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.annotation
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.management
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.ref
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.lang.reflect
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.math
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.net
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.channels
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.channels.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.charset
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.nio.charset.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.rmi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security.cert
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security.interfaces
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.security.spec
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.sql
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.text
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.concurrent
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.concurrent.atomic
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.concurrent.locks
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.jar
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.logging
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.regex
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: java.util.zip
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.accessibility
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio.metadata
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.imageio.stream
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.naming
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.security.auth
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.security.auth.x500
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.sound.sampled
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.border
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.event
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.filechooser
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.plaf
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.plaf.basic
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.plaf.metal
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.table
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.text
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.text.html
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.tree
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.swing.undo
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.bind
Implementation title: JAXB Reference Implementation
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.0.1
Specification title: Java Architecture for XML Binding
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.0

Package: javax.xml.parsers
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform.sax
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: javax.xml.transform.stream
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.events
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.ranges
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.w3c.dom.traversal
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.xml.sax
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.xml.sax.ext
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: org.xml.sax.helpers
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.color
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.datatransfer
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.dnd
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.im
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.image
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.shell
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.awt.windows
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.beans.editors
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.dc.path
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.dc.pr
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.font
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.io
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d.loops
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d.opengl
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.java2d.pipe
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.misc
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.spi
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.spi.nameservice
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www.protocol.file
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www.protocol.http
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.net.www.protocol.jar
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio.ch
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.nio.cs
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.reflect
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.reflect.generics.factory
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.reflect.generics.scope
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.reflect.misc
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.action
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.jca
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.pkcs
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.provider
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.provider.certpath
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.rsa
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.security.x509
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.swing
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.text
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.text.resources
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.util
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sun.util.calendar
Implementation title: Java Runtime Environment
Implementation vendor: Sun Microsystems, Inc.
Implementation version: 1.5.0_06
Specification title: Java Platform API Specification
Specification vendor: Sun Microsystems, Inc.
Specification version: 1.5

Package: sybase.isql
Implementation title: Interactive SQL
Implementation vendor: Sybase, Inc.
Implementation version: 10.0.0.2745
Specification title: Interactive SQL
Specification vendor: Sybase, Inc.
Specification version: 10.0.0.2745


+-----------------------+
| System Properties |
+-----------------------+

SybaseCentralEditor.Editor.dividerLocation=100
SybaseCentralEditor.Editor.dragAndDropEditing=true
SybaseCentralEditor.Editor.horizontalScrollBar=true
SybaseCentralEditor.Editor.keepTabs=false
SybaseCentralEditor.Editor.smartIndentClosingBrace=false
SybaseCentralEditor.Editor.smartIndentOpenBrace=false
SybaseCentralEditor.Editor.verticalScrollBar=true
SybaseCentralEditor.FindInFiles.folder=
SybaseCentralEditor.FindInFiles.lookInSubfolders=false
SybaseCentralEditor.FindInFiles.matchCase=false
SybaseCentralEditor.FindInFiles.matchWholeWord=false
SybaseCentralEditor.FindInFiles.outputToPane2=false
SybaseCentralEditor.FindInFiles.type=
SybaseCentralEditor.FindInFiles.what=
SybaseCentralEditor.Format.breakPointMargin.background=-2301980
SybaseCentralEditor.Format.breakPointMargin.foreground=-16777216
SybaseCentralEditor.Format.caretColor=-16777216
SybaseCentralEditor.Format.comment.background=-1
SybaseCentralEditor.Format.comment.foreground=-16731648
SybaseCentralEditor.Format.comment.style=0
SybaseCentralEditor.Format.font=Monospaced
SybaseCentralEditor.Format.fontSize=9
SybaseCentralEditor.Format.formalComment.background=-1
SybaseCentralEditor.Format.formalComment.foreground=-65281
SybaseCentralEditor.Format.formalComment.style=0
SybaseCentralEditor.Format.htmlAttributeName.background=-1
SybaseCentralEditor.Format.htmlAttributeName.foreground=-16711936
SybaseCentralEditor.Format.htmlAttributeName.style=0
SybaseCentralEditor.Format.htmlAttributeValue.background=-1
SybaseCentralEditor.Format.htmlAttributeValue.foreground=-65536
SybaseCentralEditor.Format.htmlAttributeValue.style=0
SybaseCentralEditor.Format.htmlComment.background=-16711936
SybaseCentralEditor.Format.htmlComment.foreground=-1
SybaseCentralEditor.Format.htmlComment.style=0
SybaseCentralEditor.Format.htmlElementName.background=-1
SybaseCentralEditor.Format.htmlElementName.foreground=-16776961
SybaseCentralEditor.Format.htmlElementName.style=0
SybaseCentralEditor.Format.htmlOperator.background=-1
SybaseCentralEditor.Format.htmlOperator.foreground=-14336
SybaseCentralEditor.Format.htmlOperator.style=0
SybaseCentralEditor.Format.htmlTagDelimiter.background=-1
SybaseCentralEditor.Format.htmlTagDelimiter.foreground=-12566464
SybaseCentralEditor.Format.htmlTagDelimiter.style=0
SybaseCentralEditor.Format.keywords.background=-1
SybaseCentralEditor.Format.keywords.foreground=-16776961
SybaseCentralEditor.Format.keywords.style=0
SybaseCentralEditor.Format.number.background=-1
SybaseCentralEditor.Format.number.foreground=-16776961
SybaseCentralEditor.Format.number.style=0
SybaseCentralEditor.Format.openString.background=-65536
SybaseCentralEditor.Format.openString.foreground=-1
SybaseCentralEditor.Format.openString.style=0
SybaseCentralEditor.Format.operators.background=-1
SybaseCentralEditor.Format.operators.foreground=-16777216
SybaseCentralEditor.Format.operators.style=0
SybaseCentralEditor.Format.printFontSize=9
SybaseCentralEditor.Format.printFooter=
SybaseCentralEditor.Format.printHeader=
SybaseCentralEditor.Format.punctuation.background=-1
SybaseCentralEditor.Format.punctuation.foreground=-16777216
SybaseCentralEditor.Format.punctuation.style=0
SybaseCentralEditor.Format.string.background=-1
SybaseCentralEditor.Format.string.foreground=-65536
SybaseCentralEditor.Format.string.style=0
SybaseCentralEditor.Format.text.background=-1
SybaseCentralEditor.Format.text.foreground=-16777216
SybaseCentralEditor.Format.text.style=0
SybaseCentralEditor.Format.textSelection.background=-13410648
SybaseCentralEditor.Format.textSelection.foreground=-1
SybaseCentralEditor.Frame.height=400
SybaseCentralEditor.Frame.width=400
SybaseCentralEditor.Frame.x=0
SybaseCentralEditor.Frame.y=0
SybaseCentralEditor.Tabs.autoIndent=0
SybaseCentralEditor.Tabs.indentSize=4
SybaseCentralEditor.Tabs.tabSize=8
asa.location=C:\PROGRA~1\SQLANY~1\
awt.toolkit=sun.awt.windows.WToolkit
com.sybase.util.FastLoader=1
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
isql.commandShell="C:\WINDOWS\system32\cmd.exe /c"
isql.helpFolder=C:\PROGRA~1\SQLANY~1\java
isql.splashPage=0
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\PROGRA~1\SQLANY~1\win32\..\java\isql.jar;C:\PROGRA~1\SQLANY~1\win32\..\java\jconn2.jar;C:\PROGRA~1\SQLANY~1\win32\..\java\jlogon.jar;C:\PROGRA~1\SQLANY~1\win32\..\java\jodbc.jar;C:\PROGRA~1\SQLANY~1\java\SCEDIT~1.JAR;C:\PROGRA~1\SQLANY~1\win32\..\java\JCOMPO~1.JAR;C:\PROGRA~1\SQLANY~1\java\JSYBLI~1.JAR;C:\PROGRA~1\SQLANY~1\sun\JAVAHE~1\jh.jar;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\jaxb-api.jar;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\JAXB-I~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\JAXB-L~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\JAX-QN~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\RELAXN~1.JAR;C:\PROGRA~1\SQLANY~1\Sun\JAXB1.0\xsdlib.jar;
java.class.version=49.0
java.endorsed.dirs=C:\Program Files\SQL Anywhere
10\sun\jre150\lib\endorsed
java.ext.dirs=C:\Program Files\SQL Anywhere 10\sun\jre150\lib\ext
java.home=C:\Program Files\SQL Anywhere 10\sun\jre150
java.io.tmpdir=C:\DOCUME~1\bcarter\LOCALS~1\Temp\
java.library.path=C:\Program Files\SQL Anywhere
10\win32;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS;C:\WINDOWS\system32;C:\Program
Files\Sybase\Shared\PowerBuilder;C:\Program Files\SQL Anywhere
10\win32;C:\Program Files\SQL Anywhere 10\Sybase Central
5.0.0\win32;C:\Program Files\Sybase\SQL Anywhere 9\win32;C:\Program
Files\Sybase\Shared\win32;C:\Program Files\Sybase\SQL Anywhere
9\drivers;C:\Program Files\Sybase\Shared\Sybase Central 4.3\win32
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_06-b05
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
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.5.0_06
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.5.0_06-b05
line.separator=

os.arch=x86
os.name=Windows XP
os.version=5.1
path=C:\PROGRA~1\SQLANY~1\win32;C:\PROGRA~1\SQLANY~1\sun\jre150\bin;C:\WINDOWS;C:\WINDOWS\system32;C:\PROGRA~1\Sybase\Shared\POWERB~1;C:\PROGRA~1\SQLANY~1\win32;C:\PROGRA~1\SQLANY~1\SYBASE~1.0\win32;C:\PROGRA~1\Sybase\SQLANY~3\win32;C:\PROGRA~1\Sybase\Shared\win32;C:\PROGRA~1\Sybase\SQLANY~3\drivers;C:\PROGRA~1\Sybase\Shared\SYBASE~1.3\win32
path.separator=;
sqlpath=
sun.arch.data.model=32
sun.boot.class.path=C:\Program Files\SQL Anywhere
10\sun\jre150\lib\rt.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\i18n.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\sunrsasign.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\jsse.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\jce.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\lib\charsets.jar;C:\Program Files\SQL Anywhere
10\sun\jre150\classes
sun.boot.library.path=C:\Program Files\SQL Anywhere 10\sun\jre150\bin
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.d3d=false
sun.java2d.noddraw=true
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 2
sybase.jsyblib.dll.location=C:\PROGRA~1\SQLANY~1\win32\
user.country=CA
user.dir=C:\projects\$SA_templates\run\dbisql
user.home=C:\Documents and Settings\bcarter
user.language=en
user.name=bcarter
user.timezone=America/New_York
user.variant=

----------------------------------------------------------------------------------------------------

--
Breck Carter [Team iAnywhere]
RisingRoad SQL Anywhere and MobiLink Professional Services
www.risingroad.com
The book: http://www.risingroad.com/SQL_Anywhere_Studio_9_Developers_Guide.html
breck....@risingroad.com

Breck Carter [Team iAnywhere]

unread,
Feb 20, 2007, 2:00:11 PM2/20/07
to
FYI build 2745 doesn't exhibit that symptom.

Breck

On 20 Feb 2007 09:48:55 -0800, John Brauer wrote:

--

johnbrauer

unread,
Feb 20, 2007, 5:32:34 PM2/20/07
to
Breck, is there anything we can do to assure that Sybase
fixes this in the next EBF? I'm told we can submit a bug
under Case Management, but it would default to low priority.
We want to be sure Sybase is aware of the bug and fixes it.

Thanks, John

> Yes, dbisql 10.0.0.2781 seems to be broken.
>
>

Joshua Savill

unread,
Feb 21, 2007, 6:40:34 AM2/21/07
to
Looks like this fix resolved the problem:

================(Build #2789 - Engineering Case #453149)================

Enabling the Fast Launcher in the "Options" dialog (Tools/Options), could
have caused the Interactive SQL utility to report an internal error
(NullPointerException) when the dialog was closed. This has been fixed.

I'd try out EBF 2788 or EBF 2795 to see if it resolves the problem.

--
Joshua Savill
iAnywhere Solutions - Product Support Analyst


<John Brauer> wrote in message news:45db7702.322...@sybase.com...

Joshua Savill

unread,
Feb 21, 2007, 6:46:02 AM2/21/07
to
You will need EBF 2795 for this fix. EBF 2788 just doesn't make it.

"Joshua Savill" <nospam_...@ianywhere.com> wrote in message
news:45dc2fb2@forums-1-dub...

Joshua Savill

unread,
Feb 21, 2007, 6:49:51 AM2/21/07
to
EBF 2795 is not released. You'll need to wait for the next EBF to be
released. This fix will be included.

--
Joshua Savill
iAnywhere Solutions - Product Support Analyst

"Joshua Savill" <nospam_...@ianywhere.com> wrote in message

news:45dc30fa@forums-1-dub...

Breck Carter [Team iAnywhere]

unread,
Feb 21, 2007, 7:01:06 AM2/21/07
to
Joshua has given the answer for this particular issue: wait for the
next EBF to be posted.

In general, if you want iAnywhere Solutions tech support to pay
attention to a problem, you much contact them directly at
1-800-879-2273 in North America; for more contact information see
http://www.ianywhere.com/support/contact/sqlanywhere.html

This newsgroup, and the web reporting mechanism, offer absolutely no
guarantees whatsoever.

Breck

johnbrauer

unread,
Feb 21, 2007, 12:13:39 PM2/21/07
to
Thanks Joshua. I found a workaround until the next EBF is
available: edit the xml file "C:\Documents and
Settings\<user>\.isqlPreferences10".

jghygiu

unread,
Feb 23, 2007, 11:39:34 AM2/23/07
to
test
<John Brauer> wrote in message news:45db3487.1c3...@sybase.com...
0 new messages